hudi-bot opened a new issue, #16129:
URL: https://github.com/apache/hudi/issues/16129
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.
## JIRA info
- Link: https://issues.apache.org/jira/browse/HUDI-6598
- Type: Bug
--
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]