-
Notifications
You must be signed in to change notification settings - Fork 416
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
Support column mapping #930
Comments
I've started working through this -- I'll reach out with updates and questions |
On python side, I guess it's not possible to implement with the current With pyarrow Table would be fairly straight forward, one could probably also expose a RecordBatchReader based on a dataset which uses physical column names. |
@rtyler, are there any plans to support column mappings (reader v2, writer v5) in the future? |
Description
Per 1076, it would be great for delta-rs to support column mapping. With Delta tables that support column mapping, the altering or dropping of columns is a metadata only operation.
Use Case
As folks can enable column mapping for Delta tables, it would be great for delta-rs to support this feature.
Related Issue(s)
#1076, #1064
The text was updated successfully, but these errors were encountered: