-
Notifications
You must be signed in to change notification settings - Fork 319
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 update column comment for spark-connector #2449
Labels
Milestone
Comments
FANNG1
added
subtask
Subtasks of umbrella issue
good first issue
Good for newcomers
labels
Mar 7, 2024
@FANNG1 i will work on this issue. |
@Yangxuhao123 thanks for taking this issue, please contact me if have any problems |
Yangxuhao123
pushed a commit
to Yangxuhao123/gravitino
that referenced
this issue
Mar 13, 2024
Yangxuhao123
pushed a commit
to Yangxuhao123/gravitino
that referenced
this issue
Mar 13, 2024
Yangxuhao123
pushed a commit
to Yangxuhao123/gravitino
that referenced
this issue
Mar 13, 2024
Yangxuhao123
pushed a commit
to Yangxuhao123/gravitino
that referenced
this issue
Mar 13, 2024
Yangxuhao123
pushed a commit
to Yangxuhao123/gravitino
that referenced
this issue
Mar 14, 2024
Yangxuhao123
pushed a commit
to Yangxuhao123/gravitino
that referenced
this issue
Mar 14, 2024
Yangxuhao123
pushed a commit
to Yangxuhao123/gravitino
that referenced
this issue
Mar 14, 2024
Yangxuhao123
pushed a commit
to Yangxuhao123/gravitino
that referenced
this issue
Mar 14, 2024
Yangxuhao123
pushed a commit
to Yangxuhao123/gravitino
that referenced
this issue
Mar 14, 2024
Yangxuhao123
pushed a commit
to Yangxuhao123/gravitino
that referenced
this issue
Mar 14, 2024
Yangxuhao123
pushed a commit
to Yangxuhao123/gravitino
that referenced
this issue
Mar 14, 2024
Yangxuhao123
pushed a commit
to Yangxuhao123/gravitino
that referenced
this issue
Mar 14, 2024
Yangxuhao123
pushed a commit
to Yangxuhao123/gravitino
that referenced
this issue
Mar 14, 2024
Yangxuhao123
pushed a commit
to Yangxuhao123/gravitino
that referenced
this issue
Mar 14, 2024
FANNG1
pushed a commit
that referenced
this issue
Mar 14, 2024
…k-connector (#2524) ### What changes were proposed in this pull request? support update column comment for spark-connector ### Why are the changes needed? Fix: #2449 ### Does this PR introduce _any_ user-facing change? `alter table default_catalog.default_db.default_table change column col1 col1 int comment 'new_comment;'` ### How was this patch tested? write new unit tests. --------- Co-authored-by: ryan02.yang <ryan02.yang@vipshop.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the subtask
Describe the subtask
please add related code to
com.datastrato.gravitino.spark.catalogGravitinoCatalog.java
, transfrom Spark TableChange to Gravitino TableChange, you could refer torenameTable
implementRelated Spark SQL should add to
SparkIT.java
, please refer https://spark.apache.org/docs/latest/sql-ref-syntax-ddl-alter-table.htmlParent issue
#1227
The text was updated successfully, but these errors were encountered: