JingsongLi commented on PR #8491: URL: https://github.com/apache/paimon/pull/8491#issuecomment-4901665708
Addressed the review comments in the latest push:\n\n- PyPaimon `check_row_id_existence` now reuses `_is_dedicated_file(...)`, so vector files follow the same semantics as blob files.\n- Added Java and Python positive coverage for adjacent normal data files without a dedicated bridge.\n- Added Java and Python positive coverage for a dedicated file fully covered by one normal data-file range.\n\nVerified locally with:\n- `mvn -pl paimon-core -DskipTests spotless:check`\n- `mvn -pl paimon-core -Pfast-build -Dtest=ConflictDetectionTest surefire:test` after compiling the changed test class\n- `PYTHONPATH=paimon-python python -m pytest paimon-python/pypaimon/tests/write/conflict_detection_test.py -q` -- 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]
