Skip to content

Conversation

@KKould
Copy link
Member

@KKould KKould commented Dec 16, 2023

What problem does this PR solve?

features:

  • support drop column for alert table
    • alter table t1 drop column if exists v1
  • support unique_index for add column

fmt

  • ColumnCatalog::add_index_meta

Code changes

  • Has Rust code change
  • Has CI related scripts change

Check List

Tests

  • Unit test
  • Integration test
  • Manual test (add detailed scripts or steps below)
  • No code

Side effects

  • Performance regression: Consumes more CPU
  • Performance regression: Consumes more Memory
  • Breaking backward compatibility

Note for reviewer

@KKould KKould linked an issue Dec 16, 2023 that may be closed by this pull request
12 tasks
@KKould KKould requested a review from guojidan December 16, 2023 09:15
@KKould KKould added the enhancement New feature or request label Dec 16, 2023
@KKould KKould mentioned this pull request Dec 16, 2023
12 tasks
@KKould KKould self-assigned this Dec 16, 2023
@KKould KKould merged commit 33a310c into KipData:main Dec 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

DDL Support

2 participants