This is an automated email from the ASF dual-hosted git repository. airborne 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 709085ee6f3 [test](inverted index) set enable_common_expr_pushdown true for variant_github_events_p2 #40957 (#40983) 709085ee6f3 is described below commit 709085ee6f396b3194df4dc134724ca160f2abb7 Author: airborne12 <airborn...@gmail.com> AuthorDate: Thu Sep 19 15:29:18 2024 +0800 [test](inverted index) set enable_common_expr_pushdown true for variant_github_events_p2 #40957 (#40983) cherry pick from #40957 --- regression-test/suites/variant_github_events_p2/load.groovy | 1 + 1 file changed, 1 insertion(+) diff --git a/regression-test/suites/variant_github_events_p2/load.groovy b/regression-test/suites/variant_github_events_p2/load.groovy index e1742231afc..8e6c05ad3e9 100644 --- a/regression-test/suites/variant_github_events_p2/load.groovy +++ b/regression-test/suites/variant_github_events_p2/load.groovy @@ -215,6 +215,7 @@ suite("regression_test_variant_github_events_p2", "nonConcurrent,p2"){ } sql """set enable_match_without_inverted_index = false""" + sql """ set enable_common_expr_pushdown = true """ // filter by bloom filter qt_sql """select cast(v["payload"]["pull_request"]["additions"] as int) from github_events where cast(v["repo"]["name"] as string) = 'xpressengine/xe-core' order by 1;""" qt_sql """select * from github_events where cast(v["repo"]["name"] as string) = 'xpressengine/xe-core' order by 1 limit 10""" --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org