-
Notifications
You must be signed in to change notification settings - Fork 421
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
Datafusion: SQL projection returns wrong column for partitioned data #1292
Labels
Comments
cmackenzie1
added a commit
to cmackenzie1-contrib/delta-rs
that referenced
this issue
Apr 16, 2023
This commit adds a unit test demonstrating the issue described in delta-io#1292.
cmackenzie1
added a commit
to cmackenzie1-contrib/delta-rs
that referenced
this issue
Apr 16, 2023
This commit adds a unit test demonstrating the issue described in delta-io#1292.
cmackenzie1
added a commit
to cmackenzie1-contrib/delta-rs
that referenced
this issue
Apr 16, 2023
This commit adds a unit test demonstrating the issue described in delta-io#1292.
I think this might be caused by the values being passed into delta-rs/rust/src/delta_datafusion.rs Line 373 in 449fe5f
|
cmackenzie1
added a commit
to cmackenzie1-contrib/delta-rs
that referenced
this issue
Apr 16, 2023
This commit adds a unit test demonstrating the issue described in delta-io#1292.
wjones127
pushed a commit
to roeap/delta-rs
that referenced
this issue
Apr 30, 2023
This commit adds a unit test demonstrating the issue described in delta-io#1292.
rtyler
pushed a commit
that referenced
this issue
Apr 30, 2023
This commit adds a unit test demonstrating the issue described in #1292.
cmackenzie1
added a commit
to cmackenzie1-contrib/delta-rs
that referenced
this issue
Jun 7, 2023
This results in duplicating the same table for delta-io#1291 and delta-io#1292 but I think the clarity is worth it.
ChewingGlass
pushed a commit
to helium/delta-rs
that referenced
this issue
Jun 12, 2023
This results in duplicating the same table for delta-io#1291 and delta-io#1292 but I think the clarity is worth it.
ChewingGlass
pushed a commit
to helium/delta-rs
that referenced
this issue
Jun 28, 2023
This results in duplicating the same table for delta-io#1291 and delta-io#1292 but I think the clarity is worth it.
ChewingGlass
pushed a commit
to helium/delta-rs
that referenced
this issue
Jun 28, 2023
This results in duplicating the same table for delta-io#1291 and delta-io#1292 but I think the clarity is worth it.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Environment
Delta-rs version:
0.9.0
Binding:
rust
Environment:
macOS 13.3.1
Bug
What happened:
Querying a partitioned table using a column projection results in the wrong column being returned.
What you expected to happen:
The correct column projection and data should be returned
How to reproduce it:
See #1293
More details:
Looks like same issue described in #1168
The text was updated successfully, but these errors were encountered: