This is an automated email from the ASF dual-hosted git repository.
eldenmoon 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 76d5d0d77ba [regression-test](variant) add
disable_variant_flatten_nested session var conf in nest table test case
(#54335)
76d5d0d77ba is described below
commit 76d5d0d77baaee60cb47a9d048c3bfdacfd68ac7
Author: XueYuhai <[email protected]>
AuthorDate: Wed Aug 6 09:49:24 2025 +0800
[regression-test](variant) add disable_variant_flatten_nested session var
conf in nest table test case (#54335)
---
.../suites/variant_github_events_nonConcurrent_upgrade_p2/load.groovy | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
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 d4843eee094..b9653d847fc 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
@@ -17,12 +17,13 @@
import org.codehaus.groovy.runtime.IOGroovyMethods
-suite("regression_test_variant_github_events_p2", "nonConcurrent,p2"){
+suite("regression_test_variant_github_events_upgrade_p2", "nonConcurrent,p2"){
// prepare test table
def timeout = 300000
def delta_time = 1000
def alter_res = "null"
def useTime = 0
+ sql "set disable_variant_flatten_nested = false"
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]