BruceKellan commented on code in PR #7467:
URL: https://github.com/apache/hudi/pull/7467#discussion_r1049325752


##########
hudi-flink-datasource/hudi-flink/src/main/java/org/apache/hudi/configuration/FlinkOptions.java:
##########
@@ -875,6 +875,12 @@ private FlinkOptions() {
           .defaultValue(HoodieSyncTableStrategy.ALL.name())
           .withDescription("Hive table synchronization strategy. Available 
option: RO, RT, ALL.");
 
+  public static final ConfigOption<Boolean> HIVE_SYNC_CREATE_MANAGED_TABLE = 
ConfigOptions
+          .key("hive_sync.create_managed_table")
+          .booleanType()
+          .defaultValue(true)

Review Comment:
   Need to make the default value consistent with 
HiveSyncConfigHolder.HIVE_CREATE_MANAGED_TABLE.



-- 
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-unsubscr...@hudi.apache.org

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

Reply via email to