[FEAT MERGE] column store ddl
Co-authored-by: simonjoylet <simonjoylet@gmail.com> Co-authored-by: Monk-Liu <1152761042@qq.com> Co-authored-by: renju96 <fcbrenju@163.com>
This commit is contained in:
@ -82,6 +82,7 @@ int ObCreateIndexExecutor::execute(ObExecContext &ctx, ObCreateIndexStmt &stmt)
|
||||
//impossible
|
||||
} else if (FALSE_IT(create_index_arg.is_inner_ = my_session->is_inner())) {
|
||||
} else if (FALSE_IT(create_index_arg.parallelism_ = stmt.get_parallelism())) {
|
||||
} else if (FALSE_IT(create_index_arg.compact_level_ = stmt.get_compact_level())) {
|
||||
} else if (FALSE_IT(create_index_arg.consumer_group_id_ = THIS_WORKER.get_group_id())) {
|
||||
} else if (OB_FAIL(common_rpc_proxy->create_index(create_index_arg, res))) { //send the signal of creating index to rs
|
||||
LOG_WARN("rpc proxy create index failed", K(create_index_arg),
|
||||
|
||||
Reference in New Issue
Block a user