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


##########
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/io/HoodieMergeHandle.java:
##########
@@ -333,17 +357,21 @@ private boolean writeRecord(HoodieRecord<T> newRecord, 
Option<HoodieRecord> comb
       return false;
     }
     try {
+      Option<HoodieKey> hoodieKeyOpt = Option.ofNullable(newRecord.getKey());

Review Comment:
   Should not have this been called when streaming write is disabled.



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