jackylee-ch opened a new pull request, #9165: URL: https://github.com/apache/paimon/pull/9165
### Purpose `compactDataEvolutionTable` hardcodes `compactBlob` to `false`, so `blob-compaction.enabled` is silently ignored by `sys.compact` and blob files are never compacted from Spark. Flink already reads the option in `DataEvolutionTableCompactSource`. The flag is only consumed when the coordinator is constructed, so nothing downstream compensates. The existing test asserts 22 files become 12 (blob files untouched); the Flink test on a table with the option enabled asserts 22 become 2. ### Tests `BlobTestBase` -- 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]
