-
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
fix: datafusion sanity checker passes when all files filtered out #2830
fix: datafusion sanity checker passes when all files filtered out #2830
Conversation
ACTION NEEDED delta-rs follows the Conventional Commits specification for release automation. The PR title and description are used as the merge commit message. Please update your PR title and description to match the specification. |
…istributionRequirementsBug
…tributionRequirementsBug' into af-demonstrateParentDistributionRequirementsBug
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2830 +/- ##
==========================================
- Coverage 72.41% 72.41% -0.01%
==========================================
Files 131 131
Lines 40471 40496 +25
Branches 40471 40496 +25
==========================================
+ Hits 29306 29324 +18
- Misses 9291 9292 +1
- Partials 1874 1880 +6 ☔ View full report in Codecov by Sentry. |
Description
Fix a bug in
DeltaScanBuilder
where query plans that excluded all files in the table would be rejected by Datafusion's sanity checker with this error message:This is arguably a bug in datafusion, but it was easy to fix it here.
Related Issue(s)
#2831
Documentation
apache/datafusion#11196