Support group_id transfer of ddl task with serlize_message

This commit is contained in:
renju96
2023-04-03 19:15:07 +00:00
committed by ob-robot
parent e29c97171c
commit db6535d4d2
54 changed files with 307 additions and 92 deletions

View File

@ -36,6 +36,7 @@ public:
const int64_t dest_table_id,
const int64_t schema_version,
const int64_t parallelism,
const int64_t consumer_group_id,
const obrpc::ObAlterTableArg &alter_table_arg,
const int64_t task_status = share::ObDDLTaskStatus::PREPARE,
const int64_t snapshot_version = 0);