JingsongLi opened a new pull request, #32: URL: https://github.com/apache/paimon-vector-index/pull/32
## Summary Rename the Java vector index package from `org.apache.paimon.index.ivfpq` to `org.apache.paimon.index.vector` so the Java API reflects the unified vector index surface rather than a single IVF-PQ implementation. ## Changes - Move Java main and test sources under `org.apache.paimon.index.vector`. - Update JNI class lookups and exported native symbol names to match the new Java package. - Update Maven exec test configuration and README Java examples. ## Testing - `cargo build -p paimon-vindex-jni` - `mvn -f java/pom.xml test` - `java -cp java/target/classes:java/target/test-classes org.apache.paimon.index.vector.VectorIndexNativeValidationTest /Users/lijingsong/IdeaProjects/paimon-vector-index/target/debug/libpaimon_vindex_jni.dylib` - `java -cp java/target/classes:java/target/test-classes org.apache.paimon.index.vector.VectorIndexNativeHandleSafetyTest /Users/lijingsong/IdeaProjects/paimon-vector-index/target/debug/libpaimon_vindex_jni.dylib` - `java -cp java/target/classes:java/target/test-classes org.apache.paimon.index.vector.VectorIndexNativePanicBoundaryTest /Users/lijingsong/IdeaProjects/paimon-vector-index/target/debug/libpaimon_vindex_jni.dylib` ## Notes This is a Java package rename and therefore a source-level API change for Java callers. -- 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]
