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 0ef4918818c branch-3.1: [test](case) rename session var 
disable_variant_flatten_nested to enable_variant_flatten_nested #54931 (#54934)
0ef4918818c is described below

commit 0ef4918818cefa436fe0b06f91d570f66b4f71b5
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Aug 19 18:40:18 2025 +0800

    branch-3.1: [test](case) rename session var disable_variant_flatten_nested 
to enable_variant_flatten_nested #54931 (#54934)
    
    Cherry-picked from #54931
    
    Co-authored-by: XueYuhai <[email protected]>
---
 .../suites/variant_github_events_nonConcurrent_upgrade_p2/load.groovy   | 2 +-
 regression-test/suites/variant_p2/tpch_upgrade/load.groovy              | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/regression-test/suites/variant_github_events_nonConcurrent_upgrade_p2/load.groovy
 
b/regression-test/suites/variant_github_events_nonConcurrent_upgrade_p2/load.groovy
index 8d945250fda..f53ed7d1b42 100644
--- 
a/regression-test/suites/variant_github_events_nonConcurrent_upgrade_p2/load.groovy
+++ 
b/regression-test/suites/variant_github_events_nonConcurrent_upgrade_p2/load.groovy
@@ -73,7 +73,7 @@ suite("regression_test_variant_github_events_upgrade_p2", 
"nonConcurrent,p2"){
     }
 
     def table_name = "github_events"
-    sql """DROP TABLE IF EXISTS ${table_name}"""
+//    sql """DROP TABLE IF EXISTS ${table_name}"""
     table_name = "github_events"
     sql """
         CREATE TABLE IF NOT EXISTS ${table_name} (
diff --git a/regression-test/suites/variant_p2/tpch_upgrade/load.groovy 
b/regression-test/suites/variant_p2/tpch_upgrade/load.groovy
index 764b2b82ab6..e70321cb925 100644
--- a/regression-test/suites/variant_p2/tpch_upgrade/load.groovy
+++ b/regression-test/suites/variant_p2/tpch_upgrade/load.groovy
@@ -36,7 +36,7 @@ suite("load") {
                   "supplier"]
 
     tables.forEach { tableName ->
-        sql "DROP TABLE IF EXISTS ${tableName}"
+//        sql "DROP TABLE IF EXISTS ${tableName}"
         sql """
                 CREATE TABLE IF NOT EXISTS ${tableName} (
                     k bigint,


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

Reply via email to