linliu-code commented on code in PR #13115:
URL: https://github.com/apache/hudi/pull/13115#discussion_r2035931739
##########
hudi-common/src/main/java/org/apache/hudi/common/table/read/PositionBasedFileGroupRecordBuffer.java:
##########
@@ -184,10 +183,22 @@ public void processDeleteBlock(HoodieDeleteBlock
deleteBlock) throws IOException
switch (recordMergeMode) {
case COMMIT_TIME_ORDERING:
+ int recordIndex1 = 0;
Review Comment:
Bad variable name.
--
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]