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 0ea385d160b branch-3.0: [fix](test) Enable
`enable_inverted_index_v1_for_variant` for check before quit test #53607
(#53664)
0ea385d160b is described below
commit 0ea385d160bd1b5ca8e7584df298b533d08f29a4
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Jul 22 19:48:01 2025 +0800
branch-3.0: [fix](test) Enable `enable_inverted_index_v1_for_variant` for
check before quit test #53607 (#53664)
Cherry-picked from #53607
Co-authored-by: Uniqueyou <[email protected]>
---
regression-test/suites/check_before_quit/check_before_quit.groovy | 3 +++
1 file changed, 3 insertions(+)
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 9e624fa1ead..bd79bc11bb3 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,9 @@ suite("check_before_quit", "nonConcurrent,p0") {
def failureList = []
sql "set enable_decimal256 = true;"
+ sql """
+ ADMIN SET ALL FRONTENDS CONFIG ('enable_inverted_index_v1_for_variant'
= 'true');
+ """
for (int i = 0; i < num; i++) {
def db = allDataBases[i][0]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]