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

   ## Summary
   
   - expose reusable FileIO handles through the C ABI
   - add a versioned caller-managed block-cache callback table for get, put, 
invalidation, and context destruction
   - allow catalog-free table construction from a caller-created FileIO
   - preserve Rust cache policy, source fallback, and cache invalidation 
semantics
   - document native-engine integration and callback lifetime/threading 
requirements
   
   ## Tests
   
   - cargo test -p paimon-c --lib --locked
   - cargo test -p paimon io::cache --locked
   - cargo check -p paimon-c --locked
   - cargo fmt --all -- --check
   - git diff --check
   
   Clippy passes for the changed crates with one pre-existing nonminimal_bool 
warning in crates/paimon/src/table/object_table.rs:77.


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