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


##########
hudi-common/src/main/java/org/apache/hudi/common/table/read/FileGroupRecordBuffer.java:
##########
@@ -269,9 +277,13 @@ protected Option<BufferedRecord<T>> 
doProcessNextDataRecord(BufferedRecord<T> ne
       } else {
         switch (recordMergeMode) {
           case COMMIT_TIME_ORDERING:
+            updatePartiallyIfNeeded(

Review Comment:
   I see the TODO "TODO(HUDI-7843): decouple the merging logic from the merger",
   
   is it possible we introduce a new merge mode for partial merge and handle 
all the partial merging use cases there? so that to make the other branches 
clean(no redundan ramifications in row-level).



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