-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Closed
Labels
kind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.
Description
Is your feature request related to a problem? Please describe.
Now we already support create table and load data with sequence column (#4256), we hope support alter table syntax for this function
Describe the solution you'd like
The Alter Table syntax like this
alter table test_tbl enable feature "sequence column" with properties ("function_column.sequence_type" = 'Date');
Additional context
this function only support UNIQUE_KEYS Table
If you have any Suggestions on this, please let me know, thx
Metadata
Metadata
Assignees
Labels
kind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.