This is an automated email from the ASF dual-hosted git repository.
fanfuxiaoran pushed a change to branch fix_orca
in repository https://gitbox.apache.org/repos/asf/cloudberry.git
discard 890294109c ORCA: Fix eliminate self comparison
add b628a6003d Wrong results by ORCA when NULL TEST on LOJ (#15358)
add ffb8b2e1e8 [ORCA] optimize eliminate self comparison
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (890294109c)
\
N -- N -- N refs/heads/fix_orca (ffb8b2e1e8)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
...pply1.mdp => LOJ-With-Single-Pred-On-Outer.mdp} | 420 ++++++++---------
...lumn.mdp => LOJ_NULLTEST-On-SelfCheck-Pred.mdp} | 519 ++++++++++-----------
.../include/gpopt/operators/CPredicateUtils.h | 5 +-
.../src/operators/CExpressionPreprocessor.cpp | 14 +-
.../libgpopt/src/operators/CPredicateUtils.cpp | 11 +-
.../gporca/libgpopt/src/xforms/CXformUtils.cpp | 6 -
src/backend/gporca/server/CMakeLists.txt | 3 +-
src/test/regress/expected/bfv_joins.out | 344 ++++++++++++--
src/test/regress/expected/bfv_joins_optimizer.out | 353 ++++++++++++--
src/test/regress/sql/bfv_joins.sql | 47 +-
10 files changed, 1139 insertions(+), 583 deletions(-)
copy src/backend/gporca/data/dxl/minidump/{Negative-IndexApply1.mdp =>
LOJ-With-Single-Pred-On-Outer.mdp} (59%)
copy
src/backend/gporca/data/dxl/minidump/{JoinOnViewWithSetReturningColumn.mdp =>
LOJ_NULLTEST-On-SelfCheck-Pred.mdp} (52%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]