danny0405 commented on code in PR #13650:
URL: https://github.com/apache/hudi/pull/13650#discussion_r2287267121


##########
hudi-flink-datasource/hudi-flink/src/main/java/org/apache/hudi/sink/bulk/RowDataKeyGen.java:
##########
@@ -84,7 +86,8 @@ protected RowDataKeyGen(
       boolean hiveStylePartitioning,
       boolean encodePartitionPath,
       boolean consistentLogicalTimestampEnabled,
-      Option<TimestampBasedAvroKeyGenerator> keyGenOpt) {
+      Option<TimestampBasedAvroKeyGenerator> keyGenOpt,
+      boolean isComplexKeygenEncodeSingleRecordKeyFieldName) {

Review Comment:
   yeah, I think so.



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