This is an automated email from the ASF dual-hosted git repository.
eldenmoon pushed a commit to branch cs_opt_version-3.1
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/cs_opt_version-3.1 by this
push:
new c9244a3535c modify `defaultVariantMaxSubcolumnsCount` to 10000 (#57722)
c9244a3535c is described below
commit c9244a3535ce8ca33d929eeec5d753d2c48db12d
Author: lihangyu <[email protected]>
AuthorDate: Wed Nov 5 14:28:18 2025 +0800
modify `defaultVariantMaxSubcolumnsCount` to 10000 (#57722)
---
fe/fe-core/src/main/java/org/apache/doris/qe/SessionVariable.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/fe/fe-core/src/main/java/org/apache/doris/qe/SessionVariable.java
b/fe/fe-core/src/main/java/org/apache/doris/qe/SessionVariable.java
index 5b959c8b981..bc0c440bfec 100644
--- a/fe/fe-core/src/main/java/org/apache/doris/qe/SessionVariable.java
+++ b/fe/fe-core/src/main/java/org/apache/doris/qe/SessionVariable.java
@@ -2551,7 +2551,7 @@ public class SessionVariable implements Serializable,
Writable {
checker = "checkDefaultVariantMaxSubcolumnsCount",
fuzzy = true
)
- public int defaultVariantMaxSubcolumnsCount = 0;
+ public int defaultVariantMaxSubcolumnsCount = 10000;
@VariableMgr.VarAttr(name = ENABLE_SQL_CONVERTOR_FEATURES, needForward =
true,
checker = "checkSqlConvertorFeatures",
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]