kszucs opened a new pull request, #2777:
URL: https://github.com/apache/iceberg-rust/pull/2777

   ## Which issue does this PR close?
   
   - Closes #.
   
   ## What changes are included in this PR?
   
   - Bump `datafusion`, `datafusion-cli`, `datafusion-ffi`, and 
`datafusion-sqllogictest` from 53.x to 54.0.0.
   - Bump `home` to `=0.5.12` to satisfy `rustyline`'s transitive requirement 
pulled in by `datafusion-cli` 54.
   - Remove the now-redundant `as_any()` impls and call sites: DataFusion 54 
drops the `as_any()` method requirement from `ExecutionPlan`, `TableProvider`, 
`CatalogProvider`, `CatalogProviderList`, `SchemaProvider`, and `PhysicalExpr` 
in favor of native Rust trait upcasting.
   - Update `Expr::Cast` date-type checks in `expr_to_predicate.rs` to use 
`cast.field.data_type()` instead of the removed `cast.data_type` field.
   - Regenerate `crates/integrations/datafusion/public-api.txt` to drop the 
removed `as_any()` entries.
   
   ## Are these changes tested?
   
   Covered by the existing `iceberg-datafusion` and `iceberg-playground` 
unit/integration test suites, which all pass against DataFusion 54. Also 
verified with `cargo build --workspace --all-targets`, `cargo clippy 
--workspace --all-targets --all-features`, and `cargo test --workspace`.


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

Reply via email to