leaves12138 opened a new pull request, #7929: URL: https://github.com/apache/paimon/pull/7929
### Purpose Add Flink IT coverage for compacting data-evolution tables with dedicated blob fields, matching the existing Spark `CALL sys.compact` behavior. The test verifies that Flink `CALL sys.compact` compacts the normal data files while keeping the dedicated `.blob` files intact, and that blob data remains readable after compaction. ### Tests - `mvn -pl paimon-flink/paimon-flink-common -DfailIfNoTests=false -Dtest=BlobTableITCase#testBlobCompaction test` - `mvn -pl paimon-flink/paimon-flink-common -DfailIfNoTests=false -Dtest=BlobTableITCase test` -- 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]
