Skip to content

Commit

Permalink
Hive: Fix typo depracated to deprecated (apache#5285)
Browse files Browse the repository at this point in the history
typos depracated to deprecated
  • Loading branch information
20100507 authored Jul 16, 2022
1 parent 4e7ad7e commit 36d6910
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mr/src/main/java/org/apache/iceberg/mr/Catalogs.java
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ private static Map<String, String> getCatalogProperties(Configuration conf, Stri
/**
* This method is used for backward-compatible catalog configuration.
* Collect all the catalog specific configuration from the global hive configuration.
* Note: this should be removed when the old catalog configuration is depracated.
* Note: this should be removed when the old catalog configuration is deprecated.
* @param conf global hive configuration
* @param catalogType type of the catalog
* @param catalogProperties pre-populated catalog properties
Expand Down

0 comments on commit 36d6910

Please sign in to comment.