kevinjqliu opened a new pull request, #3143: URL: https://github.com/apache/iceberg-rust/pull/3143
## Which issue does this PR close? - Closes #3036. ## What changes are included in this PR? - Remove the `pyiceberg_core.datafusion` module and `IcebergDataFusionTable` export. - Remove the DataFusion FFI, `iceberg-datafusion`, OpenDAL, and Tokio dependencies from `pyiceberg-core`. - Remove DataFusion-specific and now-unrelated Hugging Face/CDC tests and development dependencies. - Regenerate the Cargo and Python lockfiles and Rust dependency inventory. - Enable Arrow's `chrono-tz` feature directly to preserve timezone transform behavior previously enabled transitively by DataFusion. ## Are these changes tested? - `uv 0.9.3 lock --check` - Locked dependency installation with `uv 0.9.3` - Python binding build with Maturin - Python test suite: 12 passed - `cargo check -p pyiceberg_core_rust` - `cargo fmt --all -- --check` - `cargo deny check license` ## AI Disclosure GitHub Copilot assisted with implementation, dependency cleanup, testing, and review. -- 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]
