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 8cf0e55e8c8 [fix](variant) fix protobuf in `gensrc/proto/data.proto` 
(#53061)
8cf0e55e8c8 is described below

commit 8cf0e55e8c849c785cecafe858e4d17056eaaaa5
Author: lihangyu <[email protected]>
AuthorDate: Thu Jul 10 23:41:34 2025 +0800

    [fix](variant) fix protobuf in `gensrc/proto/data.proto` (#53061)
---
 gensrc/proto/data.proto | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gensrc/proto/data.proto b/gensrc/proto/data.proto
index 8ae41387799..b6e893a8443 100644
--- a/gensrc/proto/data.proto
+++ b/gensrc/proto/data.proto
@@ -63,8 +63,8 @@ message PColumnMeta {
     optional bool result_is_nullable = 6;
     optional string function_name = 7;
     optional int32 be_exec_version = 8;
-    optional int32 variant_max_subcolumns_count = 9 [default = 0];
-    optional segment_v2.ColumnPathInfo column_path = 10;
+    optional segment_v2.ColumnPathInfo column_path = 9;
+    optional int32 variant_max_subcolumns_count = 10 [default = 0];
 }
 
 message PBlock {


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

Reply via email to