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

morningman pushed a commit to branch branch-1.2-lts
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/branch-1.2-lts by this push:
     new 7350914637 [branch1.2](test) disable enable_function_pushdown in 
test_string_function_like_pushdown
7350914637 is described below

commit 73509146379e8599948f04ea6c1afd7bbd1d308c
Author: morningman <[email protected]>
AuthorDate: Tue May 9 08:30:31 2023 +0800

    [branch1.2](test) disable enable_function_pushdown in 
test_string_function_like_pushdown
---
 .../string_functions/test_string_function_like_pushdown.groovy         | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git 
a/regression-test/suites/query_p0/sql_functions/string_functions/test_string_function_like_pushdown.groovy
 
b/regression-test/suites/query_p0/sql_functions/string_functions/test_string_function_like_pushdown.groovy
index 5dcf8d4a2e..07c494f70b 100644
--- 
a/regression-test/suites/query_p0/sql_functions/string_functions/test_string_function_like_pushdown.groovy
+++ 
b/regression-test/suites/query_p0/sql_functions/string_functions/test_string_function_like_pushdown.groovy
@@ -17,7 +17,8 @@
 
 suite("test_string_function_like_pushdown", "query") {
     sql "set enable_vectorized_engine = true;"
-    sql "set enable_function_pushdown = true;"
+    // set false only for branch 1.2, because branch 1.2 has bug
+    sql "set enable_function_pushdown = false;"
     sql "set batch_size = 4096;"
 
     def tbName = "test_string_function_like_pushdown"


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to