kevinjqliu commented on issue #1283:
URL: 
https://github.com/apache/datafusion-python/issues/1283#issuecomment-3423361172

   hey @westonpace i ran into the same issue when upgrading. Here's the other 
thread for context, https://github.com/apache/datafusion-python/issues/1217
   
   TLDR, rust FFI_TableProvider introduced a breaking change from 48 -> 49 and 
another from 49 -> 50. The breaking change forces rust and python to use the 
same version. 
   
   For iceberg-rust and iceberg-python, we've taken a stance to make sure the 
versions are aligned, by pinning the datafusion version. Otherwise, python 
resolver will use the latest version 
   
   


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