-
Notifications
You must be signed in to change notification settings - Fork 383
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
[#1758] feat(autoIncrement) : ColumnChange support auto_increment. #2381
Conversation
d5512b5
to
d10a242
Compare
...sql/src/main/java/com/datastrato/gravitino/catalog/mysql/operation/MysqlTableOperations.java
Show resolved
Hide resolved
...sql/src/main/java/com/datastrato/gravitino/catalog/mysql/operation/MysqlTableOperations.java
Show resolved
Hide resolved
.../main/java/com/datastrato/gravitino/catalog/lakehouse/iceberg/ops/IcebergTableOpsHelper.java
Show resolved
Hide resolved
.../catalog-hive/src/main/java/com/datastrato/gravitino/catalog/hive/HiveCatalogOperations.java
Show resolved
Hide resolved
@mchades please help to review |
65df07b
to
21ae4f9
Compare
api/src/main/java/com/datastrato/gravitino/rel/TableChange.java
Outdated
Show resolved
Hide resolved
...c/test/java/com/datastrato/gravitino/integration/test/catalog/jdbc/mysql/CatalogMysqlIT.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Exception tests for Hive and Iceberg is missed
...sql/src/main/java/com/datastrato/gravitino/catalog/mysql/operation/MysqlTableOperations.java
Show resolved
Hide resolved
...sql/src/main/java/com/datastrato/gravitino/catalog/mysql/operation/MysqlTableOperations.java
Show resolved
Hide resolved
e0500a5
to
abd3232
Compare
I don't think it's necessary to add this part anymore, it's all thrown out with exceptions |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
What changes were proposed in this pull request?
ColumnChange support auto_increment.
Including
AddColumn
andUpdateColumnAutoIncrement
Why are the changes needed?
Fix: #1758
Does this PR introduce any user-facing change?
Add tableChange
How was this patch tested?
UT+IT