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 5ebf8fabe23 branch-3.1: [regression-test](variant) add
disable_variant_flatten_nested session var conf in nest table test case
#54335 (#54361)
5ebf8fabe23 is described below
commit 5ebf8fabe238d15ce43b23d9c995805f775a8c49
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Aug 6 18:45:26 2025 +0800
branch-3.1: [regression-test](variant) add disable_variant_flatten_nested
session var conf in nest table test case #54335 (#54361)
Cherry-picked from #54335
Co-authored-by: XueYuhai <[email protected]>
---
.../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]