shyjsarah opened a new pull request, #8925:
URL: https://github.com/apache/paimon/pull/8925

   ## Summary
   
   Allow batch vector searches to configure IVF-PQ list-table reuse through the 
`ivf_pq.batch_table_reuse` search option. The optimization itself is provided 
by apache/paimon-vector-index#65; this change only wires the option through 
Paimon.
   
   ## Changes
   
   - update `paimon-vector-index-java` to `0.4.0-SNAPSHOT`
   - apply `ivf_pq.batch_table_reuse` only to batch search parameters
   - preserve the existing automatic, IVF `nprobe`, and DiskANN `l_search` 
parameter handling
   - delegate reuse-mode parsing and validation to the vector-index Java API
   
   ## Testing
   
   - `mvn -nsu -pl paimon-vector -DwildcardSuites=none 
-Dtest=NativeVectorGlobalIndexerFactoryTest,NativeVectorGlobalIndexTest,SeekableStreamVectorIndexInputTest
 test`
   - `git diff --check`
   
   ## Notes
   
   - Depends on apache/paimon-vector-index#65.
   - The Apache `0.4.0-SNAPSHOT` repository artifact may need its next 
publication before CI can compile against the newly merged API.


-- 
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