amorynan commented on code in PR #55124:
URL: https://github.com/apache/doris/pull/55124#discussion_r2299518881
##########
gensrc/thrift/Descriptors.thrift:
##########
@@ -51,6 +51,7 @@ struct TColumn {
21: optional TPatternType pattern_type
22: optional bool variant_enable_typed_paths_to_sparse = false
23: optional bool is_on_update_current_timestamp = false
+ 24: optional i32 variant_max_sparse_column_statistics_size = -1
Review Comment:
done
##########
be/src/olap/tablet_schema.h:
##########
@@ -275,6 +284,8 @@ class TabletColumn : public MetadataAdder<TabletColumn> {
int32_t _variant_max_subcolumns_count = 0;
PatternTypePB _pattern_type = PatternTypePB::MATCH_NAME_GLOB;
bool _variant_enable_typed_paths_to_sparse = false;
+ // set variant_max_sparse_column_statistics_size
+ int32_t _variant_max_sparse_column_statistics_size = 0;
Review Comment:
done
--
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]