-
Notifications
You must be signed in to change notification settings - Fork 407
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 fails with deltalake 0.13 #1835
Labels
Comments
Probably a duplicate of #1579 |
aersam
added a commit
to bmsuisse/delta-rs
that referenced
this issue
Nov 10, 2023
roeap
pushed a commit
that referenced
this issue
Nov 24, 2023
# Description get_actions wrongly assumes that partition_columns from schema and partitionValues from log must be the same. This is not true since partition_columns are logical column names while partitionValues are physical column names. Tests pending # Related Issue(s) - closes #1835 # Documentation https://github.com/delta-io/delta/blob/master/PROTOCOL.md#writer-requirements-for-column-mapping "Track partition values and column level statistics with the physical name of the column in the transaction log." --------- Co-authored-by: Will Jones <willjones127@gmail.com>
ion-elgreco
pushed a commit
to ion-elgreco/delta-rs
that referenced
this issue
Nov 25, 2023
…#1836) # Description get_actions wrongly assumes that partition_columns from schema and partitionValues from log must be the same. This is not true since partition_columns are logical column names while partitionValues are physical column names. Tests pending # Related Issue(s) - closes delta-io#1835 # Documentation https://github.com/delta-io/delta/blob/master/PROTOCOL.md#writer-requirements-for-column-mapping "Track partition values and column level statistics with the physical name of the column in the transaction log." --------- Co-authored-by: Will Jones <willjones127@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Environment
Delta-rs version: 0.13.0
Binding: Python
Environment:
Bug
What happened:
get_add_actions
fails, with both flatten=True/False:gives:
What you expected to happen:
Well, it should not panic
How to reproduce it:
Repo is here: tester.zip
More details:
The text was updated successfully, but these errors were encountered: