This is an automated email from the ASF dual-hosted git repository.
morrysnow pushed a commit to branch branch-3.1
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-3.1 by this push:
new f53e747b2dc branch-3.1: [fix](case)fix variant cases for cloud with
default_variant_max_subcolumns_count #55009 (#55026)
f53e747b2dc is described below
commit f53e747b2dc9ad664356f62b085d4e101058f6d1
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Aug 20 15:16:29 2025 +0800
branch-3.1: [fix](case)fix variant cases for cloud with
default_variant_max_subcolumns_count #55009 (#55026)
Cherry-picked from #55009
Co-authored-by: amory <[email protected]>
---
regression-test/suites/variant_p0/nested/nested_in_top_array.groovy | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/regression-test/suites/variant_p0/nested/nested_in_top_array.groovy
b/regression-test/suites/variant_p0/nested/nested_in_top_array.groovy
index 9518868646c..09bffa8cd69 100644
--- a/regression-test/suites/variant_p0/nested/nested_in_top_array.groovy
+++ b/regression-test/suites/variant_p0/nested/nested_in_top_array.groovy
@@ -25,7 +25,7 @@ suite("nested_in_top_array", "p0"){
sql "DROP TABLE IF EXISTS ${table_name}"
sql """set describe_extend_variant_column = true"""
-
+ sql """ set default_variant_max_subcolumns_count = 0"""
// set disable_variant_flatten_nested = false to enable variant
flatten nested
sql """ set enable_variant_flatten_nested = true """
sql """
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]