nsivabalan commented on a change in pull request #4203:
URL: https://github.com/apache/hudi/pull/4203#discussion_r779654146



##########
File path: 
hudi-common/src/main/java/org/apache/hudi/keygen/constant/KeyGeneratorOptions.java
##########
@@ -56,6 +56,13 @@
       .withDocumentation("Partition path field. Value to be used at the 
partitionPath component of HoodieKey. "
           + "Actual value ontained by invoking .toString()");
 
+  public static final ConfigProperty<String> 
KEYGENERATOR_CONSISTENT_LOGICAL_TIMESTAMP_ENABLED = ConfigProperty
+      
.key("hoodie.datasource.write.keygenerator.consistent.logical.timestamp.enabled")
+      .defaultValue("false")
+      .withDocumentation("When set to true, consistent value will be generated 
for a logical timestamp type column, "

Review comment:
       Can we add an example here so that users know what to expect if not for 
enabling this config. example covering both row writer and non-writer path.




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