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

yjhjstz pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cloudberry.git

commit cd258f33920a047a7815090b6b454c023ceb140e
Author: Zhenghua Lyu <[email protected]>
AuthorDate: Sat Oct 22 13:45:29 2022 +0800

    Remove fixme in qp_correlated_query. (#14314)
    
    The commit faa7dc0713 fix the fallback but forget to remove
    FIXME.
---
 src/test/regress/expected/qp_correlated_query_optimizer.out | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/src/test/regress/expected/qp_correlated_query_optimizer.out 
b/src/test/regress/expected/qp_correlated_query_optimizer.out
index 25dd9c234e..a153038c25 100644
--- a/src/test/regress/expected/qp_correlated_query_optimizer.out
+++ b/src/test/regress/expected/qp_correlated_query_optimizer.out
@@ -3718,9 +3718,6 @@ EXPLAIN SELECT a FROM qp_tab1 f1 LEFT JOIN qp_tab2 on a=c 
WHERE NOT EXISTS(SELEC
  Optimizer: Pivotal Optimizer (GPORCA) version 3.83.0
 (11 rows)
 
--- start_ignore
-GPDB_12_MERGE_FIXME: Fallsback due to unsupported exec location.
--- end_ignore
 EXPLAIN SELECT DISTINCT a FROM qp_tab1 WHERE NOT (SELECT TRUE FROM qp_tab2 
WHERE EXISTS (SELECT * FROM qp_tab3 WHERE qp_tab2.c = qp_tab3.e));
                                                              QUERY PLAN        
                                                     
 
------------------------------------------------------------------------------------------------------------------------------------


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

Reply via email to