Caideyipi commented on PR #18287: URL: https://github.com/apache/iotdb/pull/18287#issuecomment-5054654524
Confirmed the aligned-tablet row-failure issue with a regression test. When a row is marked failed in the TSStatus results array, insertAlignedTablet still counted all of its field values in totalValueCount, while null counting also ignored the row status. The new test failed before the fix with expected totalValueCount 2 but actual 4.\n\nPushed fix ec09574369e, which excludes failed rows from valid-value/null-value statistics and from pointsInserted.\n\nVerification:\n- Target regression test: 1 test passed\n- AbstractMemTablePartialInsertTest: 15 tests passed\n- datanode spotless:check passed -- 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]
