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


##########
hudi-sync/hudi-hive-sync/src/main/java/org/apache/hudi/hive/HiveSyncConfigHolder.java:
##########
@@ -77,6 +77,10 @@ public class HiveSyncConfigHolder {
       .key("hoodie.datasource.hive_sync.skip_ro_suffix")
       .defaultValue("false")
       .withDocumentation("Skip the _ro suffix for Read optimized table, when 
registering");
+  public static final ConfigProperty<String> 
HIVE_SKIP_RT_SUFFIX_FOR_READ_SNAPSHOT_TABLE = ConfigProperty
+          .key("hoodie.datasource.hive_sync.skip_rt_suffix")
+          .defaultValue("false")

Review Comment:
   same here (sinceVersion)



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