-
Notifications
You must be signed in to change notification settings - Fork 1.7k
FileScanConfig: Preserve schema metadata across ser/de boundary #17966
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
base: main
Are you sure you want to change the base?
FileScanConfig: Preserve schema metadata across ser/de boundary #17966
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you @mach-kernel , fmt needs to be fixed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks @mach-kernel one minor comment
one other question for you @mach-kernel as you posted this in ballista group, do you need this to get to ballista 50? if so maybe we could back-port to datafusion 50.2 if @xudong963 agrees |
We can wait -- though thank you for asking @milenkovicm! |
Which issue does this PR close?
n/a
Rationale for this change
When serializing
DataSourceExec
plans with aFileScanConfig
, any metadata that is decorated to the schema is expected to be there after ser/deWhat changes are included in this PR?
main
Are these changes tested?
Yes
Are there any user-facing changes?
No