JunRuiLee commented on PR #526: URL: https://github.com/apache/paimon-rust/pull/526#issuecomment-4993449026
Thanks for catching this. Fixed in `59900be`: `bucket_search` now validates ANN segment payload path uniqueness and rejects any source data file covered by multiple ANN segments, mirroring Java `PkVectorBucketIndexState`. Also added focused tests: - `test_rejects_duplicate_ann_segment_path` - `test_rejects_source_file_covered_by_multiple_segments` Validation passed: - `cargo fmt --check` - `cargo test -p paimon vindex::pkvector::bucket --lib` - `cargo clippy -p paimon --all-targets -- -D warnings` -- 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]
