[MINOR] Fix typo,'compatiblity' corrected to 'compatibility' (#3675)
This commit is contained in:
@@ -65,7 +65,7 @@ public class HoodieHiveClient extends AbstractSyncHoodieClient {
|
|||||||
super(cfg.basePath, cfg.assumeDatePartitioning, cfg.useFileListingFromMetadata, cfg.verifyMetadataFileListing, cfg.withOperationField, fs);
|
super(cfg.basePath, cfg.assumeDatePartitioning, cfg.useFileListingFromMetadata, cfg.verifyMetadataFileListing, cfg.withOperationField, fs);
|
||||||
this.syncConfig = cfg;
|
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
|
// disable jdbc and depend on metastore client for all hive registrations
|
||||||
try {
|
try {
|
||||||
if (!StringUtils.isNullOrEmpty(cfg.syncMode)) {
|
if (!StringUtils.isNullOrEmpty(cfg.syncMode)) {
|
||||||
|
|||||||
Reference in New Issue
Block a user