-
Notifications
You must be signed in to change notification settings - Fork 407
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
[Subtask] support UpdateColumnPosition in Altertable for spark connector #2494
Labels
subtask
Subtasks of umbrella issue
Comments
i will work on this. |
caican00
added a commit
to caican00/gravitino
that referenced
this issue
Mar 11, 2024
…Altertable for spark connector
I was working on it ! Have you completed both the subtasks? |
Hi @hiirrxnn i have created pull request for them. If you would like to keep doing it, I will close my pr. |
No problem , you can continue on your PR , I will find other issues to work on . |
FANNG1
pushed a commit
that referenced
this issue
Mar 14, 2024
…able for spark connector (#2503) ### What changes were proposed in this pull request? Support UpdateColumnPosition in AlterTableCommand. ### Why are the changes needed? Implement UpdateColumnPosition ops for Spark AlterTableCommand. Fix: [#2494](#2494) ### Does this PR introduce _any_ user-facing change? Yes, users can run the following commands to modify the table column position using spark sql. `ALTER TABLE StudentInfo CHANGE COLUMN col1 col1 string FIRST ` ### How was this patch tested? New UTs.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the subtask
please add related code to com.datastrato.gravitino.spark.catalogGravitinoCatalog.java, transfrom Spark TableChange to Gravitino TableChange, you could refer to #2458
Related Spark SQL should add to SparkIT.java, please refer https://spark.apache.org/docs/latest/sql-ref-syntax-ddl-alter-table.html
Parent issue
#1227
The text was updated successfully, but these errors were encountered: