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

[bug] doris create table DDL error with sequence_col #239

Closed
baisui1981 opened this issue Jun 21, 2023 · 0 comments
Closed

[bug] doris create table DDL error with sequence_col #239

baisui1981 opened this issue Jun 21, 2023 · 0 comments
Labels
3.8.0 bug Something isn't working
Milestone

Comments

@baisui1981
Copy link
Member

setting with sequence column when add new table synchronization pipeline , then add a sequence col on table ,that will auto generate create table DDL as below

       PROPERTIES("replication_num" = "1" 
	, "function_column.sequence_col" = 'last_ver'
	, "function_column.sequence_type"='BIGINT' )

that will lead to error at phase of creating table, says properties sequence_col and sequence_type can not be combined at same time.

the right ddl format shall retain one property sequence_col only

@baisui1981 baisui1981 added bug Something isn't working 3.8.0 labels Jun 21, 2023
@baisui1981 baisui1981 added this to the v3.8.0 milestone Jun 21, 2023
baisui1981 added a commit to qlangtech/plugins that referenced this issue Jun 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3.8.0 bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant