We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Delta-rs version: 0.19.0 (also tested against main)
Binding: Rust
Environment: MacOS, linux
What happened:
After performing the following operations:
The query fails with this error:
called `Result::unwrap()` on an `Err` value: Context("SanityCheckPlan", Plan("Child: [\"CoalesceBatchesExec: target_batch_size=8192\", \" FilterExec: a@0 > s\", \" DeltaScan\", \" ParquetExec: file_groups={0 groups: []}, projection=[a], predicate=a@0 > s, pruning_predicate=CASE WHEN a_null_count@1 = a_row_count@2 THEN false ELSE a_max@0 > s END, required_guarantees=[]\"] does not satisfy parent distribution requirements: SinglePartition"))
What you expected to happen:
I expected this query to continue to work like it did prior to 0.19.0.
How to reproduce it:
I've added a new failing test in this PR: #2830
More details:
I suspect this is somehow related to predicate pushdown excluding all parquet files from the DeltaScan
The text was updated successfully, but these errors were encountered:
Hello! I actually have a fix now: #2830
Sorry, something went wrong.
rtyler
No branches or pull requests
Environment
Delta-rs version: 0.19.0 (also tested against main)
Binding: Rust
Environment: MacOS, linux
Bug
What happened:
After performing the following operations:
The query fails with this error:
What you expected to happen:
I expected this query to continue to work like it did prior to 0.19.0.
How to reproduce it:
I've added a new failing test in this PR: #2830
More details:
I suspect this is somehow related to predicate pushdown excluding all parquet files from the DeltaScan
The text was updated successfully, but these errors were encountered: