Skip to content
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

Merged
merged 1 commit into from
Feb 29, 2024

Conversation

Clearvive
Copy link
Contributor

What changes were proposed in this pull request?

ColumnChange support auto_increment.
Including AddColumn and UpdateColumnAutoIncrement

Why are the changes needed?

Fix: #1758

Does this PR introduce any user-facing change?

Add tableChange

How was this patch tested?

UT+IT

@Clearvive Clearvive added this to the Gravitino 0.5.0 milestone Feb 28, 2024
@Clearvive Clearvive self-assigned this Feb 28, 2024
@Clearvive Clearvive force-pushed the 1758/add-autoincrment-change branch from d5512b5 to d10a242 Compare February 28, 2024 09:59
@Clearvive Clearvive requested a review from FANNG1 February 28, 2024 10:07
@FANNG1
Copy link
Contributor

FANNG1 commented Feb 29, 2024

@mchades please help to review

@Clearvive Clearvive force-pushed the 1758/add-autoincrment-change branch from 65df07b to 21ae4f9 Compare February 29, 2024 02:40
@Clearvive Clearvive requested a review from FANNG1 February 29, 2024 02:46
Copy link
Contributor

@mchades mchades left a 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

@Clearvive Clearvive force-pushed the 1758/add-autoincrment-change branch from e0500a5 to abd3232 Compare February 29, 2024 06:23
@Clearvive
Copy link
Contributor Author

Exception tests for Hive and Iceberg is missed

I don't think it's necessary to add this part anymore, it's all thrown out with exceptions

@Clearvive Clearvive requested review from FANNG1 and mchades February 29, 2024 06:27
Copy link
Contributor

@mchades mchades left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@Clearvive Clearvive merged commit dca15cd into apache:main Feb 29, 2024
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEATURE]ColumnChange needs to support auto_increment.
3 participants