LsomeYeah opened a new pull request, #8996: URL: https://github.com/apache/paimon/pull/8996
### Purpose Strict mode treated an index-only BTree `COMPACT` as a table-data change and rejected a concurrent data compact on the same partition. Check only data-file deltas for `COMPACT`, while retaining index checks for `OVERWRITE` to protect DV-only overwrites. ### Tests - Added `testStrictModeIgnoresIndexOnlyCompact`. - `TableCommitTest`: 18 tests 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]
