-
Notifications
You must be signed in to change notification settings - Fork 392
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 UpdateColumnType in AlterTable for spark connector #2495
Labels
subtask
Subtasks of umbrella issue
Comments
caican00
changed the title
[Subtask] support UpdateColumnType for spark connector
[Subtask] support UpdateColumnType in AlterTable for spark connector
Mar 11, 2024
i will work on this. |
caican00
added a commit
to caican00/gravitino
that referenced
this issue
Mar 11, 2024
…rTable for spark connector
caican00
added a commit
to caican00/gravitino
that referenced
this issue
Mar 11, 2024
…rTable for spark connector
FANNG1
pushed a commit
that referenced
this issue
Mar 12, 2024
… for spark connector (#2502) ### What changes were proposed in this pull request? support UpdateColumnType in AltertableCommand. ### Why are the changes needed? Implement UpdateColumnType ops for Spark AlterTableCommand. Fix: [#2495](#2495) ### Does this PR introduce _any_ user-facing change? Yes, users can run the following commands to modify the table column type using spark sql. `ALTER TABLE StudentInfo CHANGE COLUMN col1 col1 bigint` ### 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: