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
47.0.0
There were several changes in DataFusion 47 that deserve mention in the upgrade guide: https://datafusion.apache.org/library-user-guide/upgrading.html
We should write that document.
Add notes about each of these:
Int64
UInt64
FileGroup
Vec<PartitionedFile>
downcast_to_source
DataSourceExec
We can potentially use the experience / patterns set in the delta-rs / other early upgrades to help
No response
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
alamb
Successfully merging a pull request may close this issue.
Is your feature request related to a problem or challenge?
47.0.0
(April 2025) #15072There were several changes in DataFusion 47 that deserve mention in the upgrade guide: https://datafusion.apache.org/library-user-guide/upgrading.html
We should write that document.
Describe the solution you'd like
Changes to add to upgrade guide
Add notes about each of these:
Int64
vsUInt64
, etc) #15341FileGroup
structure forVec<PartitionedFile>
#15379downcast_to_source
method forDataSourceExec
#15416Describe alternatives you've considered
We can potentially use the experience / patterns set in the delta-rs / other early upgrades to help
Additional context
No response
The text was updated successfully, but these errors were encountered: