Caideyipi opened a new pull request, #17770: URL: https://github.com/apache/iotdb/pull/17770
## Description - Compact empty Pipe tablet bitmaps and avoid carrying bitmap arrays when no null values are marked. - Reuse local string intern pools while deserializing receiver-side raw/batch tablet requests, reducing duplicate device/table/measurement/database strings. - Reuse the same local string pool while splitting TsFile events into tablets, especially for repeated devices and measurement names. - Add coverage for bitmap compaction and repeated measurement-name deduplication. ## Tests - git diff --check - mvn -pl iotdb-core/datanode -DskipTests spotless:apply - mvn -pl iotdb-core/datanode -DskipTests -Dcheckstyle.skip=true compile (fails locally on unrelated generated/parser sources, e.g. CountDatabasesStatementContext and generated fill/mode classes) -- 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]
