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


##########
fe/fe-common/src/main/java/org/apache/doris/catalog/VariantType.java:
##########
@@ -47,7 +47,7 @@ public class VariantType extends ScalarType {
     private boolean enableTypedPathsToSparse = false;
 
     @SerializedName(value = "variantMaxSparseColumnStatisticsSize")
-    private int variantMaxSparseColumnStatisticsSize = 0;
+    private int variantMaxSparseColumnStatisticsSize = 10000;

Review Comment:
   这个是改默认值, case 是下面toSql 有个逻辑直接跳过了  if (variantMaxSubcolumnsCount == 0 && 
!enableTypedPathsToSparse) 直接return 了 



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