ethan-tyler commented on PR #1997:
URL: https://github.com/apache/iceberg-rust/pull/1997#issuecomment-3713087642

   ### Fix for Python Bindings CI Failure
   
   The initial PR failed the `Bindings Python CI` workflow due to a breaking 
API change in DataFusion 51+'s FFI module.
   
   **Root cause**: `FFI_TableProvider::new` signature changed from 3 to 5 
arguments.
   
   **Fix** (commit 33d5608):
   - Added `datafusion` and `datafusion-execution` dependencies to 
`bindings/python/Cargo.toml`
   - Updated `datafusion_table_provider.rs` to create a `TaskContextProvider` 
from `SessionContext` and pass it to `FFI_TableProvider::new`
   
   The core iceberg-rust crates were already compatible with DataFusion 52 - 
only the Python bindings needed this update.


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