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

yiguolei 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 d8517272213 [fix](variant) Remove deprecated flatten nested setting 
from P1 regression (#63840)
d8517272213 is described below

commit d85172722133c3deda1ef87b43dc4e6202651871
Author: lihangyu <[email protected]>
AuthorDate: Mon Jun 1 15:27:32 2026 +0800

    [fix](variant) Remove deprecated flatten nested setting from P1 regression 
(#63840)
    
    cherry-pick #61466
---
 regression-test/suites/variant_p1/predefine/load.groovy | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/regression-test/suites/variant_p1/predefine/load.groovy 
b/regression-test/suites/variant_p1/predefine/load.groovy
index 2809f5ed280..578731d51db 100644
--- a/regression-test/suites/variant_p1/predefine/load.groovy
+++ b/regression-test/suites/variant_p1/predefine/load.groovy
@@ -56,7 +56,6 @@ suite("test_predefine_type_multi_index", "p1"){
     table_name = "github_events"
     // int rand_subcolumns_count = Math.floor(Math.random() * (611 - 511 + 1)) 
+ 400
     // int rand_subcolumns_count = 0;
-    sql "set enable_variant_flatten_nested = true"
     sql """ drop table if exists github_events_2 """
     sql """
         CREATE TABLE IF NOT EXISTS ${table_name} (
@@ -77,7 +76,7 @@ suite("test_predefine_type_multi_index", "p1"){
         )
         DUPLICATE KEY(`k`)
         DISTRIBUTED BY HASH(k) BUCKETS 4 
-        properties("replication_num" = "1", "disable_auto_compaction" = 
"true", "deprecated_variant_enable_flatten_nested" = "true");
+        properties("replication_num" = "1", "disable_auto_compaction" = 
"true");
     """
 
     // 2015


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to