Uh oh!
There was an error while loading. Please reload this page.
Fix: Schema projection order mismatch from table/file schema - #5541
Conversation
Signed-off-by: Frederic Branczyk <fbranczyk@gmail.com>
brancz
commented
Nov 26, 2025
Coincidentally, this is now the same strategy as what the parquet opener does: Map file schema to logical schema: https://github.com/apache/datafusion/blob/769f36732a284cec3d549bfcda50cb67684fb5dc/datafusion/datasource-parquet/src/opener.rs#L242 |
CodSpeed Performance ReportMerging #5541 will improve performances by 17.18%Comparing Summary
Benchmarks breakdown
Footnotes
|
Codecov Report❌ Patch coverage is
☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
asubiotto
commented
Nov 26, 2025
Uh oh!
There was an error while loading. Please reload this page.
Signed-off-by: Frederic Branczyk <fbranczyk@gmail.com>
Uh oh!
There was an error while loading. Please reload this page.
Looks like I only solved a subset of the issue with #5436
The test I added failed before the fix.