This is an automated email from the ASF dual-hosted git repository.
eldenmoon pushed a commit to branch branch-4.1
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-4.1 by this push:
new 1de45e2331d branch-4.1: [fix](regression) Enable expression pushdown
for variant norms test (#68230)
1de45e2331d is described below
commit 1de45e2331d0884acd92724dab3ecabea57c6183
Author: lihangyu <[email protected]>
AuthorDate: Sun Sep 20 14:53:16 2026 +0800
branch-4.1: [fix](regression) Enable expression pushdown for variant norms
test (#68230)
---
.../suites/inverted_index_p0/test_variant_subcolumn_index_norms.groovy | 1 +
1 file changed, 1 insertion(+)
diff --git
a/regression-test/suites/inverted_index_p0/test_variant_subcolumn_index_norms.groovy
b/regression-test/suites/inverted_index_p0/test_variant_subcolumn_index_norms.groovy
index 1a82e6bbba1..70e9c612808 100644
---
a/regression-test/suites/inverted_index_p0/test_variant_subcolumn_index_norms.groovy
+++
b/regression-test/suites/inverted_index_p0/test_variant_subcolumn_index_norms.groovy
@@ -28,6 +28,7 @@ suite("test_variant_subcolumn_index_norms",
"p0,nonConcurrent") {
return
}
+ sql """ set enable_common_expr_pushdown = true """
sql """ set enable_match_without_inverted_index = false """
sql """ set default_variant_enable_typed_paths_to_sparse = false """
sql """ set default_variant_enable_doc_mode = false """
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]