linfey90 commented on code in PR #6510:
URL: https://github.com/apache/hudi/pull/6510#discussion_r955923516


##########
hudi-flink-datasource/hudi-flink/src/main/java/org/apache/hudi/configuration/FlinkOptions.java:
##########
@@ -799,6 +799,12 @@ private FlinkOptions() {
       .defaultValue(false)
       .withDescription("Skip the _ro suffix for Read optimized table when 
registering, default false");
 
+  public static final ConfigOption<Boolean> HIVE_SYNC_SKIP_RT_SUFFIX = 
ConfigOptions
+          .key("hive_sync.skip_rt_suffix")
+          .booleanType()
+          .defaultValue(false)

Review Comment:
   Yes, I'd love to, but there's no since method. Any other suggestions?



-- 
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