This is an automated email from the ASF dual-hosted git repository.
yiguolei pushed a commit to branch branch-2.1
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-2.1 by this push:
new e0534c9bfcb [bugfix](thrift) the definition number should consistent
with master branch (#39879)
e0534c9bfcb is described below
commit e0534c9bfcb8ec58dff0a44a40d63f1ef2cf20d5
Author: yiguolei <[email protected]>
AuthorDate: Sun Aug 25 00:22:19 2024 +0800
[bugfix](thrift) the definition number should consistent with master branch
(#39879)
## Proposed changes
introduced by pr https://github.com/apache/doris/pull/35103
<!--Describe your changes.-->
Co-authored-by: yiguolei <[email protected]>
---
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 1e38bdc0038..d7a71a9d1c5 100644
--- a/gensrc/thrift/FrontendService.thrift
+++ b/gensrc/thrift/FrontendService.thrift
@@ -486,7 +486,7 @@ struct TReportExecStatusParams {
26: optional list<DataSinks.THivePartitionUpdate> hive_partition_updates
- 27: optional list<DataSinks.TIcebergCommitData> iceberg_commit_datas
+ 28: optional list<DataSinks.TIcebergCommitData> iceberg_commit_datas
}
struct TFeResult {
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]