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


##########
be/src/olap/rowset/segment_v2/segment.cpp:
##########
@@ -629,7 +629,8 @@ vectorized::DataTypePtr Segment::get_data_type_of(const 
TabletColumn& column,
     // 2. OR It's a leaf in the physical column structure AND it doesn't 
*also* exist
     //    in the sparse column (meaning it's purely a materialized leaf).
     if (read_flat_leaves || (is_physical_leaf && !exist_in_sparse &&
-                             
!variant_reader->is_exceeded_sparse_column_limit())) {
+                             !variant_reader->is_exceeded_sparse_column_limit(
+                                     
column.variant_max_sparse_column_statistics_size()))) {

Review Comment:
   @amorynan 怎么继承



-- 
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