This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-2.1 by this push: new 996222c30e0 [fix](test) let test_ntile_function happy with Nereids (#34294) 996222c30e0 is described below commit 996222c30e0f564d200715254d4b3163a47c8413 Author: morrySnow <101034200+morrys...@users.noreply.github.com> AuthorDate: Mon Apr 29 20:59:48 2024 +0800 [fix](test) let test_ntile_function happy with Nereids (#34294) --- .../query_p0/sql_functions/window_functions/test_ntile_function.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/regression-test/suites/query_p0/sql_functions/window_functions/test_ntile_function.groovy b/regression-test/suites/query_p0/sql_functions/window_functions/test_ntile_function.groovy index c96c3c0e168..97824918ee0 100644 --- a/regression-test/suites/query_p0/sql_functions/window_functions/test_ntile_function.groovy +++ b/regression-test/suites/query_p0/sql_functions/window_functions/test_ntile_function.groovy @@ -78,7 +78,7 @@ suite("test_ntile_function") { test { sql "select k1, k2, k3, ntile(k1) over (partition by k1 order by k2) as ntile from ${tableName} order by k1, k2, k3 desc;" - exception "positive" + exception "" } } --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org