Caideyipi opened a new pull request, #17999:
URL: https://github.com/apache/iotdb/pull/17999

   ## Description
   
   This PR fixes two tablet event handling issues in pipe:
   
   - Preserve the aligned flag when tablets are collected through 
TabletInsertionEvent.processTabletWithCollect.
   - Use actual row size / row count instead of backing array capacity when 
checking tablet event time overlap and parsing InsertTabletNode timestamps.
   
   This avoids treating unused timestamp slots as real rows for partially 
filled tablets.
   
   ## Tests
   
   - mvn -Ddevelocity.off=true spotless:apply -pl iotdb-core/datanode
   - mvn -Ddevelocity.off=true -pl iotdb-core/datanode -am 
-Dtest=PipeTabletInsertionEventTest#processAlignedTabletWithCollectPreservesAlignmentForTest+isEventTimeOverlappedWithTimeRangeUsesActualRowSizeForTest+isEventTimeOverlappedWithTimeRangeTest
 -DfailIfNoTests=false -Dsurefire.failIfNoSpecifiedTests=false test
   - git diff --check


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