From 8a652171cfecc68fd06c6632afa77b1456e714a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=91=A3=E5=8F=AF=E4=BC=A6?= Date: Fri, 17 Sep 2021 09:43:23 +0800 Subject: [PATCH] [MINOR] Fix typo,'compatiblity' corrected to 'compatibility' (#3675) --- .../src/main/java/org/apache/hudi/hive/HoodieHiveClient.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hudi-sync/hudi-hive-sync/src/main/java/org/apache/hudi/hive/HoodieHiveClient.java b/hudi-sync/hudi-hive-sync/src/main/java/org/apache/hudi/hive/HoodieHiveClient.java index 13e48f512..4f979fe51 100644 --- a/hudi-sync/hudi-hive-sync/src/main/java/org/apache/hudi/hive/HoodieHiveClient.java +++ b/hudi-sync/hudi-hive-sync/src/main/java/org/apache/hudi/hive/HoodieHiveClient.java @@ -65,7 +65,7 @@ public class HoodieHiveClient extends AbstractSyncHoodieClient { super(cfg.basePath, cfg.assumeDatePartitioning, cfg.useFileListingFromMetadata, cfg.verifyMetadataFileListing, cfg.withOperationField, fs); this.syncConfig = cfg; - // Support JDBC, HiveQL and metastore based implementations for backwards compatiblity. Future users should + // Support JDBC, HiveQL and metastore based implementations for backwards compatibility. Future users should // disable jdbc and depend on metastore client for all hive registrations try { if (!StringUtils.isNullOrEmpty(cfg.syncMode)) {