This is an automated email from the ASF dual-hosted git repository.
airborne 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 f363031409a [test](inverted index) fix case for index_compaction
(#40313)
f363031409a is described below
commit f363031409a2857a0dafc11f1e62e717e9cbafa0
Author: airborne12 <[email protected]>
AuthorDate: Tue Sep 3 19:09:22 2024 +0800
[test](inverted index) fix case for index_compaction (#40313)
## Proposed changes
Fix unstable case of index compaction.
---
.../inverted_index_p0/index_compaction/test_index_compaction_null.groovy | 1 +
1 file changed, 1 insertion(+)
diff --git
a/regression-test/suites/inverted_index_p0/index_compaction/test_index_compaction_null.groovy
b/regression-test/suites/inverted_index_p0/index_compaction/test_index_compaction_null.groovy
index f882cda1522..5bf1ec1773b 100644
---
a/regression-test/suites/inverted_index_p0/index_compaction/test_index_compaction_null.groovy
+++
b/regression-test/suites/inverted_index_p0/index_compaction/test_index_compaction_null.groovy
@@ -120,6 +120,7 @@ suite("test_index_compaction_null", "nonConcurrent") {
}
def run_sql = { ->
+ sql """ set enable_common_expr_pushdown=true """
// select all data
qt_select_0 "SELECT * FROM ${tableName} ORDER BY id"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]