fix rebuild gis index checksum error

This commit is contained in:
Charles0429
2023-07-06 13:12:26 +00:00
committed by ob-robot
parent bf67991576
commit f3c97ed0c9
2 changed files with 2 additions and 0 deletions

View File

@ -465,6 +465,7 @@ int ObTableRedefinitionTask::copy_table_indexes()
// index is already built
need_rebuild_index = false;
} else {
create_index_arg.index_type_ = index_schema->get_index_type();
ObCreateDDLTaskParam param(tenant_id_,
ObDDLType::DDL_CREATE_INDEX,
table_schema,