codope commented on a change in pull request #4203:
URL: https://github.com/apache/hudi/pull/4203#discussion_r779753102
##########
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:
Good point. Added an example.
--
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]