JingsongLi opened a new pull request, #2: URL: https://github.com/apache/paimon-full-text/pull/2
## Summary - add a JUnit Java native round-trip test that writes, reads, and searches through the JNI bridge - exercise Java-side non-positive search limit validation in the native test - update CI to build the JNI library before running Java tests - update README test coverage and build commands ## Tests - cargo fmt --all -- --check - cargo clippy --all-targets --workspace -- -D warnings - cargo test --workspace - cargo build --release -p paimon-ftindex-jni - PAIMON_FTINDEX_JNI_LIB_PATH=target/release/libpaimon_ftindex_jni.dylib mvn -q -f java/pom.xml test - mvn -q -f java/pom.xml test - cargo build --release -p paimon-ftindex-ffi - PAIMON_FTINDEX_LIB_PATH=target/release python -m pytest -q tests -- 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]
