shuwenwei commented on code in PR #14136:
URL: https://github.com/apache/iotdb/pull/14136#discussion_r1849462815


##########
iotdb-core/datanode/src/main/java/org/apache/iotdb/db/pipe/event/common/tsfile/parser/scan/TsFileInsertionEventScanParser.java:
##########
@@ -131,13 +131,16 @@ public TabletInsertionEvent next() {
             }
 
             final Tablet tablet = getNextTablet();
+            // The hasNext method will update currentIsAligned, causing the 
updated currentIsAligned

Review Comment:
   It seems that currentIsAligned has already been updated in the getNextTablet 
method?
   <img width="683" alt="截屏2024-11-20 11 44 48" 
src="https://github.com/user-attachments/assets/dedad9a7-da8b-416c-92e2-e4ce2a4b3d30";>
   



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