JingsongLi opened a new pull request, #1:
URL: https://github.com/apache/paimon-full-text/pull/1

   ## Summary
   - initialize standalone Tantivy-based full text index workspace with Rust 
core, C FFI, JNI, Java API, and Python API
   - add v1 self-contained index envelope, query/tokenizer configuration, 
round-trip tests, and integration docs
   - add GitHub Actions CI for Rust fmt/clippy/tests, Java Maven tests, and 
Python FFI pytest
   
   ## Tests
   - cargo fmt --all -- --check
   - cargo clippy --all-targets --workspace -- -D warnings
   - cargo test --workspace
   - 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]

Reply via email to