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


##########
hudi-flink-datasource/hudi-flink/src/main/java/org/apache/hudi/sink/bulk/RowDataKeyGen.java:
##########
@@ -173,12 +179,14 @@ public String getPartitionPath(RowData rowData) {
   }
 
   // reference: org.apache.hudi.keygen.KeyGenUtils.getRecordPartitionPath
-  private static String getRecordKey(Object[] keyValues, String[] keyFields) {
+  private static String getRecordKey(Object[] keyValues, String[] 
keyFields,boolean consistentLogicalTimestampEnabled) {

Review Comment:
   ```suggestion
     private static String getRecordKey(Object[] keyValues, String[] keyFields, 
boolean consistentLogicalTimestampEnabled) {
   ```



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