LinMingQiang commented on code in PR #7398:
URL: https://github.com/apache/hudi/pull/7398#discussion_r1044448622
##########
hudi-flink-datasource/hudi-flink/src/main/java/org/apache/hudi/configuration/FlinkOptions.java:
##########
@@ -852,6 +853,12 @@ private FlinkOptions() {
.noDefaultValue()
.withDescription("The hive configuration directory, where the
hive-site.xml lies in, the file should be put on the client machine");
+ public static final ConfigOption<String> HIVE_SYNC_TABLE_STRATEGY =
ConfigOptions
+ .key("hive_sync.table.strategy")
+ .stringType()
+ .defaultValue(HoodieSyncTableStrategy.ALL.name())
+ .withDescription("Hive table synchronization strategy. Available
option: ONLY_RO, ONLY_RT, ALL.");
Review Comment:
done.
--
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]