incubator-doris [Bug] add multi columns ddl sql bug

qacovj5a  于 2022-04-22  发布在  Java
关注(0)|答案(0)|浏览(88)

Search before asking

  • I had searched in the issues and found no similar issues.

Description

when add multi columns to drois table in one-time commit, it seems not work and throw error ,
the case just like this:

alter table test.tableA add column (
name varchar(256) REPLACE_IF_NOT_NULL NULL COMMENT 'name' AFTER age,
name2 varchar(256) REPLACE_IF_NOT_NULL NULL COMMENT 'name2' AFTER name,
name3 varchar(256) REPLACE_IF_NOT_NULL NULL COMMENT 'name3' AFTER name3,
name4 varchar(256) REPLACE_IF_NOT_NULL NULL COMMENT 'name4' AFTER name4
);

the ddl sql will be failed

Solution

  • No response*

Are you willing to submit PR?

  • Yes I am willing to submit a PR!

Code of Conduct

暂无答案!

目前还没有任何答案,快来回答吧!

相关问题