This is an automated email from the ASF dual-hosted git repository.
yiguolei pushed a commit to branch branch-4.0
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-4.0 by this push:
new 8fd471bc06a branch-4.0: [SessionVariable](Variant) set
`default_variant_max_subcolumns_count` to 2048 #60462 (#60472)
8fd471bc06a is described below
commit 8fd471bc06ae07575ab2ec7bef505bb829fbbf14
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Feb 4 18:38:34 2026 +0800
branch-4.0: [SessionVariable](Variant) set
`default_variant_max_subcolumns_count` to 2048 #60462 (#60472)
Cherry-picked from #60462
Co-authored-by: lihangyu <[email protected]>
---
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 81ff72a256d..46d67bed8fb 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
@@ -3140,7 +3140,7 @@ public class SessionVariable implements Serializable,
Writable {
checker = "checkDefaultVariantMaxSubcolumnsCount",
fuzzy = true
)
- public int defaultVariantMaxSubcolumnsCount = 0;
+ public int defaultVariantMaxSubcolumnsCount = 2048;
@VariableMgr.VarAttr(
name = DEFAULT_VARIANT_ENABLE_TYPED_PATHS_TO_SPARSE,
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]