cshuo commented on code in PR #13511:
URL: https://github.com/apache/hudi/pull/13511#discussion_r2181349792
##########
hudi-common/src/main/java/org/apache/hudi/common/table/read/KeyBasedFileGroupRecordBuffer.java:
##########
@@ -67,12 +68,6 @@ public BufferType getBufferType() {
public void processDataBlock(HoodieDataBlock dataBlock, Option<KeySpec>
keySpecOpt) throws IOException {
Pair<ClosableIterator<T>, Schema> recordsIteratorSchemaPair =
getRecordsIterator(dataBlock, keySpecOpt);
- if (dataBlock.containsPartialUpdates()) {
- // When a data block contains partial updates, subsequent record merging
must always use
Review Comment:
@nsivabalan I checked the `merge into` implementation, the example case you
mentioned is possible. I'll update the pr to align with the old behavior.
--
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]