Uh oh!
There was an error while loading. Please reload this page.
Datafusion 52 upgrade - #5863
Conversation
72a86ec to
605888eCompareMerging this PR will improve performance by 13.48%
Performance Changes
Comparing |
Benchmarks: FineWeb NVMeSummary
Detailed Results Table
|
Benchmarks: FineWeb S3Summary
Detailed Results Table
|
Benchmarks: Statistical and Population GeneticsSummary
Detailed Results Table
|
Benchmarks: TPC-H SF=1 on NVMESummary
Detailed Results Table
|
Benchmarks: TPC-H SF=1 on S3Summary
Detailed Results Table
|
Codecov Report❌ Patch coverage is
☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Benchmarks: TPC-H SF=10 on NVMESummary
Detailed Results Table
|
Benchmarks: TPC-H SF=10 on S3Summary
Detailed Results Table
|
Benchmarks: Clickbench on NVMESummary
Detailed Results Table
|
94a43db to
3384dcaCompareBenchmarks: TPC-DS SF=1 on NVMESummary
Detailed Results Table
|
ca2adc8 to
d877c4eCompare| )) | ||
| } | ||
| fn split_projection( |
There was a problem hiding this comment.
I'm really unsure if this function should be part of the trait or just some internal implementation detail. I'm tempted to keep it out of the public API for now and see if anyone ever runs into needed to customize it.
ba02a0d to
670dc71CompareSigned-off-by: Adam Gutglick <adam@spiraldb.com>
Signed-off-by: Adam Gutglick <adam@spiraldb.com>
Benchmarks: Random AccessSummary
|
Benchmarks: CompressionSummary
Detailed Results Table
|
Uh oh!
There was an error while loading. Please reload this page.
This PR uses the current tip of DataFusion to test the upcoming upgrade. It drops the use of the `SchemaAdapter` API, removes the vendored code we pulled to fix some bugs and currently passes all of our tests! This PR requires at least one more round of polish, I'm sure I left some convoluted things in `opener.rs`. ~Waiting for the upstream release apache/datafusion#18566 --------- Signed-off-by: Adam Gutglick <adam@spiraldb.com>
This PR uses the current tip of DataFusion to test the upcoming upgrade. It drops the use of the
SchemaAdapterAPI, removes the vendored code we pulled to fix some bugs and currently passes all of our tests!This PR requires at least one more round of polish, I'm sure I left some convoluted things in
opener.rs.Waiting for the upstream release apache/datafusion#18566