majian1998 commented on code in PR #9472:
URL: https://github.com/apache/hudi/pull/9472#discussion_r1298270439


##########
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/table/action/commit/BaseCommitActionExecutor.java:
##########
@@ -238,10 +248,23 @@ protected abstract Iterator<List<WriteStatus>> 
handleUpdate(String partitionPath
 
   protected HoodieWriteMetadata<HoodieData<WriteStatus>> 
executeClustering(HoodieClusteringPlan clusteringPlan) {

Review Comment:
   Yes, there will be such problems in insert overwrite and compaction. At 
present, it is only implemented in clustering. After ensuring the correct idea, 
it will be extended to other actions.Then we can ignore the validation by 
HUDI-5553



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