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


##########
hudi-client/hudi-java-client/src/main/java/org/apache/hudi/table/action/commit/BaseJavaCommitActionExecutor.java:
##########
@@ -256,6 +258,12 @@ public Iterator<List<WriteStatus>> handleUpdate(String 
partitionPath, String fil
             + "columns are disabled. Please choose the right key generator if 
you wish to disable meta fields.", e);
       }
     }
+    if 
(config.getMergeHandleClassName().equals(FileGroupReaderBasedMergeHandle.class.getName()))
 {

Review Comment:
   We should fix the `HoodieMergeHandleFactory` instead of here.



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