nsivabalan commented on a change in pull request #3147:
URL: https://github.com/apache/hudi/pull/3147#discussion_r659453008
##########
File path: docs/_docs/2_4_configurations.md
##########
@@ -83,8 +83,12 @@ Actual value ontained by invoking .toString()</span>
#### KEYGENERATOR_CLASS_OPT_KEY {#KEYGENERATOR_CLASS_OPT_KEY}
Property: `hoodie.datasource.write.keygenerator.class`, Default:
`org.apache.hudi.keygen.SimpleKeyGenerator` <br/>
- <span style="color:grey">Key generator class, that implements will extract
the key out of incoming `Row` object</span>
-
+ <span style="color:grey">Key generator class, that implements will extract
the key out of incoming `Row` object. This config option is used for
user-defined KeyGenerator</span>
Review comment:
Can you also add a line there, that this has higher precedence over
keygen type.
##########
File path: docs/_docs/2_4_configurations.md
##########
@@ -83,8 +83,12 @@ Actual value ontained by invoking .toString()</span>
#### KEYGENERATOR_CLASS_OPT_KEY {#KEYGENERATOR_CLASS_OPT_KEY}
Property: `hoodie.datasource.write.keygenerator.class`, Default:
`org.apache.hudi.keygen.SimpleKeyGenerator` <br/>
- <span style="color:grey">Key generator class, that implements will extract
the key out of incoming `Row` object</span>
-
+ <span style="color:grey">Key generator class, that implements will extract
the key out of incoming `Row` object. This config option is used for
user-defined KeyGenerator</span>
Review comment:
also, there is no more default for
hoodie.datasource.write.keygenerator.class if I understand correctly. can we
fix that as well.
--
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]