hehuiyuan opened a new pull request, #9301:
URL: https://github.com/apache/hudi/pull/9301

   ### Change Logs
   
   The parameter  `--sync-strategy` is error when use HiveSyncTool.
   ```java
    public static final ConfigProperty<String> HIVE_SYNC_TABLE_STRATEGY = 
ConfigProperty
         .key("hoodie.datasource.hive_sync.table.strategy")
         .defaultValue(HoodieSyncTableStrategy.ALL.name())
         .markAdvanced()
         .sinceVersion("0.13.0")
         .withDocumentation("Hive table synchronization strategy. Available 
option: RO, RT, ALL.");
   ```
   
   The hoodie parameter `hoodie.datasource.hive_sync.table.strategy` 's  type 
is STRING.
   
   


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to