Closed
Description
Is your feature request related to a problem or challenge?
I plan on starting to prepare for the DataFusion 38 release on Monday, April 29th. Let's use this issue to track which issues/PRs need to be included.
This will be the first release as a top-level ASF project and there will likely be some additional work required.
Describe the solution you'd like
Issues/PRs to include:
- Minor: Possibility to strip datafusion error name #10186 (would be helpful for the Comet project)
- Fix docs.rs build for datafusion-proto (hopefully) #10254
- Error "entered unreachable code: NamedStructField should be rewritten in OperatorToFunction" after upgrade to 37 #10181
- [Bug Fix]: Deem hash repartition unnecessary when input and output has 1 partition #10095
- Regression with
coalesce
expr_fn function: can't take multiple arguments #10320 - [BUG] Panic when querying table with wrong partition columns order #9785
Describe alternatives you've considered
No response
Additional context
37 release ticket: #9682