-
Notifications
You must be signed in to change notification settings - Fork 433
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
get_add_actions(False) Throws index out of bounds #1579
Comments
@aersam thanks for reporting. Is this table empty? |
No. But it has column mapping, could that be the issue? The stats contains stats for the physical column names, it seems. I do not query the table using delta-rs, but I need the metadata from it (I use the metadata to generate some sql for a system that supports parquet but not delta) |
Ah that's likely. Hasn't been tested at all with tables that use features we don't support in our readers or writers. |
Ok, thats sad ;) I can live with it for now as it works with flatten=True, however I think there are valid use cases for using delta-rs mostly for metadata. Eg, I could completely write a duckdb view with column mapping and deletion vectors support by just having the metadata complete from delta-rs. |
I don't disagree. We might be able to fix this function to work for a wider range of tables. |
Closing because now #1835 is a new error with 0.13 |
Environment
Delta-rs version: 0.10.1
Binding: Python
Environment:
Bug
What happened:
throws:
The same does not happen with flatten=True
What you expected to happen:
Well, it should work ;)
The text was updated successfully, but these errors were encountered: