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

dataroaring pushed a commit to branch branch-3.0
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/branch-3.0 by this push:
     new 6f2bd9ed3df branch-3.0: [fix](case) enable variant flattern in 
check_before_quit #54893 (#54900)
6f2bd9ed3df is described below

commit 6f2bd9ed3df8ab64a012900f5338e2319232973d
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Aug 18 09:24:15 2025 +0800

    branch-3.0: [fix](case) enable variant flattern in check_before_quit #54893 
(#54900)
    
    Cherry-picked from #54893
    
    Co-authored-by: Yongqiang YANG <[email protected]>
---
 regression-test/suites/check_before_quit/check_before_quit.groovy | 1 +
 1 file changed, 1 insertion(+)

diff --git a/regression-test/suites/check_before_quit/check_before_quit.groovy 
b/regression-test/suites/check_before_quit/check_before_quit.groovy
index bd79bc11bb3..041e27acf4a 100644
--- a/regression-test/suites/check_before_quit/check_before_quit.groovy
+++ b/regression-test/suites/check_before_quit/check_before_quit.groovy
@@ -235,6 +235,7 @@ suite("check_before_quit", "nonConcurrent,p0") {
     def failureList = []
 
     sql "set enable_decimal256 = true;"
+    sql "set enable_variant_flatten_nested = true;"
     sql """
         ADMIN SET ALL FRONTENDS CONFIG ('enable_inverted_index_v1_for_variant' 
= 'true');
     """


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

Reply via email to