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 6afffa97e1012a639216b2432a12dbfbc690b901 Author: Adam Lee <[email protected]> AuthorDate: Tue Feb 28 10:36:42 2023 +0800 Get the case qp_functions_in_subquery_constant back It was removed while merging PostgreSQL 12 because it hung back then, it has no issue now, get it back. The previous not sure analysis: https://greenplum.slack.com/archives/C74P7FZFG/p1586440484210500 --- src/test/regress/greenplum_schedule | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/test/regress/greenplum_schedule b/src/test/regress/greenplum_schedule index 095e4316d8..5857ba8190 100755 --- a/src/test/regress/greenplum_schedule +++ b/src/test/regress/greenplum_schedule @@ -191,8 +191,7 @@ test: qp_olap_mdqa qp_misc gp_recursive_cte qp_dml_joins test: qp_misc_jiras qp_with_clause qp_executor qp_olap_windowerr qp_olap_window qp_derived_table qp_bitmapscan qp_dropped_cols test: qp_with_functional_inlining qp_with_functional_noinlining test: qp_functions_in_contexts_setup -# test: qp_misc_rio_join_small qp_misc_rio qp_correlated_query qp_targeted_dispatch qp_gist_indexes2 qp_gist_indexes3 qp_gist_indexes4 qp_query_execution qp_functions_in_from qp_functions_in_select qp_functions_in_subquery qp_functions_in_subquery_column qp_functions_in_subquery_constant qp_functions_in_with -test: qp_misc_rio_join_small qp_correlated_query qp_targeted_dispatch qp_gist_indexes2 qp_gist_indexes3 qp_gist_indexes4 qp_query_execution qp_functions_in_from qp_functions_in_select qp_functions_in_subquery qp_functions_in_subquery_column qp_functions_in_with correlated_subquery +test: qp_misc_rio_join_small qp_correlated_query qp_targeted_dispatch qp_gist_indexes2 qp_gist_indexes3 qp_gist_indexes4 qp_query_execution qp_functions_in_from qp_functions_in_select qp_functions_in_subquery qp_functions_in_subquery_column qp_functions_in_subquery_constant qp_functions_in_with correlated_subquery test: dpe qp_dpe qp_subquery qp_left_anti_semi_join qp_union_intersect qp_functions qp_functions_idf qp_regexp qp_resource_queue qp_orca_fallback gp_sync_lc_gucs --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
