This is an automated email from the ASF dual-hosted git repository.
maxyang pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/cloudberry.git
from bc5b47631a Doc: update the Apache Security email address
new f37fec2778 Fix qp_with_clause testcase without asserts (#13878)
new 6ca10b9055 [ORCA] Avoid pushdown of predicate with set-returning
function (#14201)
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../minidump/JoinOnViewWithSetReturningColumn.mdp | 148 +++--
.../dxl/minidump/JoinWithSubqueryProjectColumn.mdp | 678 +++++++++++++++++++++
.../src/operators/CExpressionPreprocessor.cpp | 12 +-
src/backend/gporca/server/CMakeLists.txt | 2 +-
src/test/regress/expected/qp_subquery.out | 76 +++
.../regress/expected/qp_subquery_optimizer.out | 79 +++
src/test/regress/expected/qp_with_clause.out | 4 +
...ith_clause.out => qp_with_clause_optimizer.out} | 83 ++-
src/test/regress/sql/qp_subquery.sql | 34 ++
src/test/regress/sql/qp_with_clause.sql | 6 +
10 files changed, 1037 insertions(+), 85 deletions(-)
create mode 100644
src/backend/gporca/data/dxl/minidump/JoinWithSubqueryProjectColumn.mdp
copy src/test/regress/expected/{qp_with_clause.out =>
qp_with_clause_optimizer.out} (99%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]