This is an automated email from the ASF dual-hosted git repository.
jianliangqi 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 9481314aba6 [fix](inverted index) fix the intermittent failure of the
case. (#37386)
9481314aba6 is described below
commit 9481314aba64a38bd0e1d77733eaedea3a062813
Author: zzzxl <[email protected]>
AuthorDate: Wed Jul 10 12:42:37 2024 +0800
[fix](inverted index) fix the intermittent failure of the case. (#37386)
1. this case is effective only when enable_common_expr_pushdown = true.
---
.../suites/fault_injection_p0/test_index_inlist_fault_injection.groovy | 2 ++
1 file changed, 2 insertions(+)
diff --git
a/regression-test/suites/fault_injection_p0/test_index_inlist_fault_injection.groovy
b/regression-test/suites/fault_injection_p0/test_index_inlist_fault_injection.groovy
index e0c340c0aa9..52f9ed5c656 100644
---
a/regression-test/suites/fault_injection_p0/test_index_inlist_fault_injection.groovy
+++
b/regression-test/suites/fault_injection_p0/test_index_inlist_fault_injection.groovy
@@ -78,6 +78,8 @@ suite("test_index_inlist_fault_injection", "nonConcurrent") {
try {
GetDebugPoint().enableDebugPointForAllBEs("segment_iterator._rowid_result_for_index")
+ sql """ set enable_common_expr_pushdown = true; """
+
qt_sql """ select /*+ SET_VAR(inverted_index_skip_threshold = 0) */
count() from ${indexTbName} where clientip in ('40.135.0.0', '232.0.0.0',
'26.1.0.0'); """
qt_sql """ select /*+ SET_VAR(inverted_index_skip_threshold = 0) */
count() from ${indexTbName} where status in (1, 304, 200); """
qt_sql """ select /*+ SET_VAR(inverted_index_skip_threshold = 0) */
count() from ${indexTbName} where (request match 'hm' or clientip in
('40.135.0.0', '232.0.0.0', '26.1.0.0')); """
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]