Eventual-Inc / Daft

Distributed data engine for Python/SQL designed for the cloud, powered by Rust
https://getdaft.io
Apache License 2.0
2.34k stars 164 forks source link

Daft incompatible with PyIceberg v0.8 #3394

Open kevinzwang opened 13 hours ago

kevinzwang commented 13 hours ago

Describe the bug

Daft's Iceberg capabilities don't work when pyiceberg 0.8 is installed

To Reproduce

No response

Expected behavior

No response

Component(s)

Other

Additional context

https://github.com/Eventual-Inc/Daft/pull/3391 is a PR to pin our required version to <0.8, but we should eventually make a fix to allow it.