JingsongLi opened a new pull request, #630:
URL: https://github.com/apache/paimon-rust/pull/630

   ## Summary
   
   - upgrade `paimon-vindex-core` from `0.2.0` to `0.3.0` in the core crate and 
C binding test dependencies
   - adapt vector search construction to the `0.3.0` `VectorSearchParams` API 
while preserving the configured IVF `nprobe`
   - refresh `Cargo.lock` and the committed Rust dependency reports
   
   ## Why
   
   `paimon-vindex-core` 0.3.0 has been published. The release replaces the old 
`with_ef_search` parameter shape, so the reader needs to use the current IVF 
search constructor.
   
   ## Impact
   
   IVF searches continue to use the configured `ivf.nprobe` value, including 
filtered searches. The removed HNSW-specific `ef_search` field is no longer 
forwarded because it is not part of the 0.3.0 search parameter API.
   
   ## Validation
   
   - `cargo fmt --all -- --check`
   - `cargo check --locked -p paimon -p paimon-c --all-targets`
   - `cargo test --locked -p paimon vindex --lib`
   - `cargo test --locked -p paimon --test pk_vector_baseline_test --test 
pk_vector_batch_test --test pk_vector_java_fixture_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]

Reply via email to