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 ec0c86e5a1 Enhance the code style and some fixes of IVM (#829)
new 284d900550 Orca enable update and delete on partitioned tables (#14129)
new a0f3982117 ORCA dsisable the update and delete on partitioned tables
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:
.../gpopt/translate/CTranslatorDXLToPlStmt.cpp | 9 +
.../gpopt/translate/CTranslatorQueryToDXL.cpp | 16 +-
.../dxl/minidump/DeleteMismatchedDistribution.mdp | 742 ++++++++------------
src/backend/gporca/data/dxl/minidump/Insert-AO.mdp | 19 +-
.../UpdateDistKeyMismatchedDistribution.mdp | 752 ++++++++-------------
.../UpdateNoDistKeyMismatchedDistribution.mdp | 580 ++++++----------
.../gporca/libgpopt/include/gpopt/base/CUtils.h | 3 -
src/backend/gporca/libgpopt/src/base/CUtils.cpp | 18 -
.../src/translate/CTranslatorDXLToExpr.cpp | 20 +
.../libgpopt/src/xforms/CXformUpdate2DML.cpp | 27 +-
.../gporca/libgpopt/src/xforms/CXformUtils.cpp | 48 +-
.../src/parser/CParseHandlerPhysicalDML.cpp | 5 +-
.../src/unittest/gpopt/minidump/CDMLTest.cpp | 11 +-
.../gpopt/translate/CTranslatorExprToDXLTest.cpp | 5 +-
src/backend/nodes/copyfuncs.c | 1 +
src/backend/nodes/outfuncs.c | 1 +
src/backend/nodes/readfuncs.c | 1 +
src/backend/optimizer/plan/createplan.c | 1 +
src/include/nodes/plannodes.h | 2 +
src/test/regress/expected/DML_over_joins.out | 182 ++++-
.../regress/expected/DML_over_joins_optimizer.out | 594 +++++++++++++++-
src/test/regress/expected/bfv_partition_plans.out | 104 +++
.../expected/bfv_partition_plans_optimizer.out | 214 +++++-
src/test/regress/sql/DML_over_joins.sql | 126 ++++
src/test/regress/sql/bfv_partition_plans.sql | 39 ++
25 files changed, 2099 insertions(+), 1421 deletions(-)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]