From e0534c9bfcb8ec58dff0a44a40d63f1ef2cf20d5 Mon Sep 17 00:00:00 2001 From: yiguolei <676222867@qq.com> Date: Sun, 25 Aug 2024 00:22:19 +0800 Subject: [PATCH] [bugfix](thrift) the definition number should consistent with master branch (#39879) ## Proposed changes introduced by pr https://github.com/apache/doris/pull/35103 Co-authored-by: yiguolei --- gensrc/thrift/FrontendService.thrift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gensrc/thrift/FrontendService.thrift b/gensrc/thrift/FrontendService.thrift index 1e38bdc003..d7a71a9d1c 100644 --- a/gensrc/thrift/FrontendService.thrift +++ b/gensrc/thrift/FrontendService.thrift @@ -486,7 +486,7 @@ struct TReportExecStatusParams { 26: optional list hive_partition_updates - 27: optional list iceberg_commit_datas + 28: optional list iceberg_commit_datas } struct TFeResult {