linliu-code commented on code in PR #13498:
URL: https://github.com/apache/hudi/pull/13498#discussion_r2175486892


##########
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:
   No matter which partial mode we support, it is a sub-mode for merge mode. 
therefore, before we do any partial update, we have to know the merge mode 
first. So logically I don't know how to separate them by using a new merge mode.



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