JingsongLi commented on PR #26: URL: https://github.com/apache/paimon-vector-index/pull/26#issuecomment-4667260181
Addressed the review blockers: - Merged latest `origin/main` so `core/benches/ann_bench.rs`, the `ann_bench` Cargo entry, and README benchmark docs are preserved. - Replaced the complex `(usize, Vec<i64>, Vec<u8>)` batched read tuple with `InvertedListData` and removed the unnecessary `.into_iter()` in `zip`, so the reported clippy issues are fixed. Verification run: - `cargo fmt --all -- --check` - `cargo clippy --all-targets --workspace -- -D warnings` - `cargo check --manifest-path python/Cargo.toml --no-default-features --features auto-initialize` - `javac -d /tmp/paimon-vector-index-javac $(find jni/java jni/java-test -name '*.java' | sort)` -- 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]
