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

panxiaolei 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 4a20c7ffad [Bug](case) remove wrong case from master (#23812)
4a20c7ffad is described below

commit 4a20c7ffad6758347c7a118f8797a91ab62630a7
Author: Pxl <[email protected]>
AuthorDate: Mon Sep 4 10:13:12 2023 +0800

    [Bug](case) remove wrong case from master (#23812)
    
    remove wrong case from master
---
 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]

Reply via email to