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

kxiao 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 e1f9626564 [regression](inverted index) force nereids open for count 
on index (#23796)
e1f9626564 is described below

commit e1f96265647d3f577af18c03e1d4a54863c390d7
Author: airborne12 <airborn...@gmail.com>
AuthorDate: Mon Sep 4 11:18:18 2023 +0800

    [regression](inverted index) force nereids open for count on index (#23796)
---
 regression-test/suites/inverted_index_p0/test_count_on_index.groovy | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git 
a/regression-test/suites/inverted_index_p0/test_count_on_index.groovy 
b/regression-test/suites/inverted_index_p0/test_count_on_index.groovy
index ec790df7dd..7e4ff8e403 100644
--- a/regression-test/suites/inverted_index_p0/test_count_on_index.groovy
+++ b/regression-test/suites/inverted_index_p0/test_count_on_index.groovy
@@ -141,7 +141,8 @@ suite("test_count_on_index_httplogs", "p0") {
         load_httplogs_data.call(testTable_unique, 
'test_httplogs_load_count_on_index', 'true', 'json', 'documents-1000.json')
 
         sql "sync"
-
+        sql """set experimental_enable_nereids_planner=true;"""
+        sql """set enable_fallback_to_original_planner=false;"""
         // case1: test duplicate table
         explain {
             sql("select COUNT() from ${testTable_dup} where request match 
'GET'")


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to