This is an automated email from the ASF dual-hosted git repository.
morrysnow pushed a commit to branch branch-2.0
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-2.0 by this push:
new d06fe37403 [fix](regression) remove unsupport case in cte regression
test (#23990)
d06fe37403 is described below
commit d06fe37403faaaed98615ad41b20353ee1dacc00
Author: morrySnow <[email protected]>
AuthorDate: Wed Sep 6 18:29:39 2023 +0800
[fix](regression) remove unsupport case in cte regression test (#23990)
---
regression-test/suites/nereids_syntax_p0/cte.groovy | 2 --
1 file changed, 2 deletions(-)
diff --git a/regression-test/suites/nereids_syntax_p0/cte.groovy
b/regression-test/suites/nereids_syntax_p0/cte.groovy
index 2fffefd806..173f3694ae 100644
--- a/regression-test/suites/nereids_syntax_p0/cte.groovy
+++ b/regression-test/suites/nereids_syntax_p0/cte.groovy
@@ -306,8 +306,6 @@ suite("cte") {
notContains "MultiCastDataSinks"
}
- sql "WITH cte_0 AS ( SELECT 1 AS a ) SELECT * from cte_0 t1 LIMIT 10 UNION
SELECT * from cte_0 t1 LIMIT 10"
-
qt_test """
SELECT * FROM (
WITH temptable as (
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]