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 ff57b4890e03a1c65e908539bbe0aa420354f2bf Author: Zhenghua Lyu <[email protected]> AuthorDate: Mon Oct 24 09:00:44 2022 +0800 Remove FIXME in bfv_olap_optimizer.out. (#14319) Now the SQL does not fallback to planner. --- src/test/regress/expected/bfv_olap_optimizer.out | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/test/regress/expected/bfv_olap_optimizer.out b/src/test/regress/expected/bfv_olap_optimizer.out index 84e7fd25ee..ae41f93494 100644 --- a/src/test/regress/expected/bfv_olap_optimizer.out +++ b/src/test/regress/expected/bfv_olap_optimizer.out @@ -673,9 +673,6 @@ DETAIL: Query-to-DXL Translation: No variable entry found due to incorrect norm | 2100 (2 rows) --- start_ignore --- GPDB_12_MERGE_FIXME: unsupported exec location fallback --- end_ignore with cte as (select row_number() over (order by code) as rn1, code from t2_github_issue_10143 group by code) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
