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 889fbffc4a1 branch-3.1: [fix](cases)fix cases for variant case at 
rename session var (#54734)
889fbffc4a1 is described below

commit 889fbffc4a1f35198c72845c33a8708d9977fd1a
Author: amory <[email protected]>
AuthorDate: Fri Aug 15 17:39:56 2025 +0800

    branch-3.1: [fix](cases)fix cases for variant case at rename session var 
(#54734)
---
 .../suites/variant_github_events_nonConcurrent_p2/load.groovy           | 2 ++
 .../suites/variant_github_events_nonConcurrent_upgrade_p2/load.groovy   | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git 
a/regression-test/suites/variant_github_events_nonConcurrent_p2/load.groovy 
b/regression-test/suites/variant_github_events_nonConcurrent_p2/load.groovy
index 2a979de61a7..5050f5fc7ec 100644
--- a/regression-test/suites/variant_github_events_nonConcurrent_p2/load.groovy
+++ b/regression-test/suites/variant_github_events_nonConcurrent_p2/load.groovy
@@ -69,6 +69,7 @@ suite("regression_test_variant_github_events_p2", 
"nonConcurrent,p2"){
 
     def table_name = "github_events"
     sql """DROP TABLE IF EXISTS ${table_name}"""
+    sql "set enable_variant_flatten_nested = true"
     table_name = "github_events"
     int rand_subcolumns_count = Math.floor(Math.random() * (611 - 511 + 1)) + 
511
     sql """
@@ -131,6 +132,7 @@ suite("regression_test_variant_github_events_p2", 
"nonConcurrent,p2"){
 
     qt_sql """select * from github_events where  cast(v["repo"]["name"] as 
string) = 'xpressengine/xe-core' order by 1 limit 10"""
     sql """select * from github_events order by k limit 10"""
+    sql "set enable_variant_flatten_nested = true"
     sql "DROP TABLE IF EXISTS github_events2"
     sql """
      CREATE TABLE IF NOT EXISTS github_events2 (
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 b9653d847fc..8d945250fda 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
@@ -23,7 +23,7 @@ suite("regression_test_variant_github_events_upgrade_p2", 
"nonConcurrent,p2"){
     def delta_time = 1000
     def alter_res = "null"
     def useTime = 0
-    sql "set disable_variant_flatten_nested = false"
+    sql "set enable_variant_flatten_nested = true"
 
     def wait_for_latest_op_on_table_finish = { table_name, OpTimeout ->
         for(int t = delta_time; t <= OpTimeout; t += delta_time){


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

Reply via email to