houhang1005 commented on code in PR #8665:
URL: https://github.com/apache/hudi/pull/8665#discussion_r1187389766
##########
hudi-flink-datasource/hudi-flink/src/main/java/org/apache/hudi/configuration/FlinkOptions.java:
##########
@@ -411,7 +411,7 @@ private FlinkOptions() {
public static final ConfigOption<String> RECORD_KEY_FIELD = ConfigOptions
.key(KeyGeneratorOptions.RECORDKEY_FIELD_NAME.key())
.stringType()
- .defaultValue("uuid")
+ .defaultValue("")
Review Comment:
Hi , KeyGeneratorOptions.RECORDKEY_FIELD_NAME's default value is
noDefaultValue(), I guess we can also change .defaultValue("") to
.noDefaultValue().
--
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]