This is an automated email from the ASF dual-hosted git repository.
blue pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iceberg.git
The following commit(s) were added to refs/heads/master by this push:
new 36d69105f Hive: Fix typo depracated to deprecated (#5285)
36d69105f is described below
commit 36d69105f3c984415339e90ca6ab9231ae56a558
Author: 20100507 <[email protected]>
AuthorDate: Sun Jul 17 04:12:27 2022 +0800
Hive: Fix typo depracated to deprecated (#5285)
typos depracated to deprecated
---
mr/src/main/java/org/apache/iceberg/mr/Catalogs.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/mr/src/main/java/org/apache/iceberg/mr/Catalogs.java
b/mr/src/main/java/org/apache/iceberg/mr/Catalogs.java
index 0bf047311..e15421bbc 100644
--- a/mr/src/main/java/org/apache/iceberg/mr/Catalogs.java
+++ b/mr/src/main/java/org/apache/iceberg/mr/Catalogs.java
@@ -243,7 +243,7 @@ public final class Catalogs {
/**
* 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