amorynan commented on code in PR #55124:
URL: https://github.com/apache/doris/pull/55124#discussion_r2292551882


##########
gensrc/proto/olap_file.proto:
##########
@@ -354,6 +354,8 @@ message ColumnPB {
     optional bool variant_enable_typed_paths_to_sparse = 27 [default = false];
     // this field is only used during flexible partial update load
     optional bool is_on_update_current_timestamp = 28 [default = false];
+    // variant_max_sparse_column_statistics_size 
+    optional int32 variant_max_sparse_column_statistics_size = 29 [default = 
10000];

Review Comment:
   default 就是 10000 啊 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to