You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by GitBox <gi...@apache.org> on 2021/09/06 12:01:12 UTC

[GitHub] [hudi] djKooks commented on pull request #3608: [HUDI-2397] Add `--enable-sync` parameter

djKooks commented on pull request #3608:
URL: https://github.com/apache/hudi/pull/3608#issuecomment-913591891


   @pratyakshsharma is `enableMetaSync` just a replacement of `enableHiveSync`, or is there some other changes?
   
   ```
   if (cfg.enableHiveSync && StringUtils.isNullOrEmpty(tableProperties.getString(DataSourceWriteOptions.HIVE_TABLE().key(), ""))) {
           throw new HoodieException("Hive sync table field not provided!");
         }
   ```
   => Is it okay to replace this to `enableMetaSync`?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org