-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
FileScanConfig: Preserve schema metadata across ser/de boundary #17966
Conversation
xudong963
left a comment
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
milenkovicm
left a comment
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! |
…he#17966) * FileScanConfig: preserve schema metadata across serde boundary * add roundtrip_physical_plan test with filescanconfig schema metadata * lint
Which issue does this PR close?
n/a
Rationale for this change
When serializing
DataSourceExecplans with aFileScanConfig, any metadata that is decorated to the schema is expected to be there after ser/deWhat changes are included in this PR?
mainAre these changes tested?
Yes
Are there any user-facing changes?
No