This is an automated email from the ASF dual-hosted git repository.

hellostephen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/master by this push:
     new 50fdbb86e4c [fix](case)fix variant cases for cloud with 
default_variant_max_subcolumns_count (#55009)
50fdbb86e4c is described below

commit 50fdbb86e4cbe51ab29383cd238f23f6fb2c2634
Author: amory <[email protected]>
AuthorDate: Wed Aug 20 10:04:07 2025 +0800

    [fix](case)fix variant cases for cloud with 
default_variant_max_subcolumns_count (#55009)
---
 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]

Reply via email to