-
Notifications
You must be signed in to change notification settings - Fork 609
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bug: reading Delta Lake tables hits arrow_scan issue in 10.0.0 #10829
Comments
I think this is a bug in DuckDB. Can you try running your code without Ibis involved? |
it seems fine without Ibis:
(and similarly via the duckdb CLI) I'm noticing the same error on the docs here too (in the Delta Lake tab under file formats): https://ibis-project.org/how-to/input-output/basics#file-formats |
We're not using You need to this, which does reproduce it without Ibis:
|
We can try switching to |
Oh, this looks entirely like a deltalake or pyarrow bug:
|
Okay, I think it's entirely PyArrow and has already been fixed upstream: |
We can leave this open until 19.0.1 is out and we're testing it in Ibis's CI. Thanks for the report! |
What happened?
noticed trying to read Delta Lake tables was failing, it seems like it's related to upgrading to 10.0.0. simple reproduction after installing in a fresh virtual environment on main:
What version of ibis are you using?
main/10.0.0
What backend(s) are you using, if any?
duckdb
Relevant log output
Code of Conduct
The text was updated successfully, but these errors were encountered: