-
Notifications
You must be signed in to change notification settings - Fork 39
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
feat: rename columns #2900
Comments
Let me see if I can make this happen quickly. |
I did add the functionality. We get the schema from delta snapshot which causes discrepancy. Delta or any other backend would maintain its own schema which might be a bit harder to deal with right now 🤔 |
This doesn't work since we need to update the delta metadata as well with the updated schema which I haven't been able to figure out how... Fixes: #2900 Signed-off-by: Vaibhav <vrongmeal@gmail.com>
FWIW, deltalake does support It's currently marked as experimental, but it's also been in since 1.2.0 (they're on 3.1.0). So we'll probably need to upstream the functionality to delta-rs |
reclassifying as "feature" as it's technically not a bug, but just missing functionality. |
Description
I'd like to be able to rename columns using
ALTER TABLE
, but this appears to not be implemented.I tried
And I get
The text was updated successfully, but these errors were encountered: