timsaucer opened a new pull request, #2252: URL: https://github.com/apache/datafusion-ballista/pull/2252
## Summary - expose Ballista logical and physical extension codecs and an FFI query planner to datafusion-python - add a reusable `BallistaExtension` bundle that installs its components atomically with `SessionContext.with_extensions` - pin the Python and Rust dependencies to the latest commit from apache/datafusion-python#1679 - update the getting-started notebook to use the new extension API - preserve context ownership semantics and cover atomic installation and context lifetime with tests ## Testing - `cargo check` - `cargo fmt -- --check` - `uv run pytest python/tests/test_context.py -q` (21 passed) -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
