This is an automated email from the ASF dual-hosted git repository.

morrysnow pushed a commit to branch branch-3.1
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/branch-3.1 by this push:
     new 35505922e0b branch-3.1: [fix](thrift) ensure forward compatibility of 
the thrift protocol (#55603)
35505922e0b is described below

commit 35505922e0b1add9e280e8c527aebe252cb8685b
Author: Socrates <[email protected]>
AuthorDate: Wed Sep 3 10:53:33 2025 +0800

    branch-3.1: [fix](thrift) ensure forward compatibility of the thrift 
protocol (#55603)
---
 gensrc/thrift/PlanNodes.thrift | 6 ++++--
 gensrc/thrift/Types.thrift     | 5 +++++
 2 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/gensrc/thrift/PlanNodes.thrift b/gensrc/thrift/PlanNodes.thrift
index be7211d8cfd..908c7d10530 100644
--- a/gensrc/thrift/PlanNodes.thrift
+++ b/gensrc/thrift/PlanNodes.thrift
@@ -553,8 +553,10 @@ struct TDataGenScanRange {
 
 // deprecated
 struct TIcebergMetadataParams {
-  1: optional string serialized_task
-  2: optional map<string, string> hadoop_props
+  1: optional Types.TIcebergQueryType iceberg_query_type
+  2: optional string catalog
+  3: optional string database
+  4: optional string table
 }
 
 // deprecated
diff --git a/gensrc/thrift/Types.thrift b/gensrc/thrift/Types.thrift
index 2e0a2b378db..19dc3274828 100644
--- a/gensrc/thrift/Types.thrift
+++ b/gensrc/thrift/Types.thrift
@@ -755,6 +755,11 @@ enum TMetadataType {
   PAIMON
 }
 
+// deprecated
+enum TIcebergQueryType {
+  SNAPSHOTS
+}
+
 enum THudiQueryType {
   TIMELINE
 }


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to