leaves12138 opened a new pull request, #9334: URL: https://github.com/apache/paimon/pull/9334
### Purpose Optimize conflict detection for Data Evolution commits that append only global index files. These commits now scan the row ranges referenced by the index files instead of loading every data file in the changed partitions. Keep index-only overwrite commits on the overwrite-specific path so deletion-vector references are still scanned correctly. ### Tests - `mvn -pl paimon-core -DwildcardSuites=none -Dtest=ConflictDetectionTest 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]
