This is an automated email from the ASF dual-hosted git repository.

englefly pushed a change to branch groupjoin
in repository https://gitbox.apache.org/repos/asf/doris.git


 discard 5d93fe5cf70 [fix](fe) Do not fuse GroupJoin when GROUP BY reorders the 
equi-join keys
     add 135d29f90f6 [fe] Align equi-join conjunct order with GROUP BY keys 
before GroupJoin fusion

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   (5d93fe5cf70)
            \
             N -- N -- N   refs/heads/groupjoin (135d29f90f6)

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:
 .../glue/translator/PhysicalPlanTranslator.java    | 156 ++--------------
 .../post/AlignGroupJoinConjunctOrder.java          | 115 ++++++++++++
 .../nereids/processor/post/PlanPostProcessors.java |   9 +
 .../doris/nereids/util/GroupJoinFusionUtils.java   | 203 +++++++++++++++++++++
 .../test_group_join_fusion_key_order.groovy        |  60 +++---
 5 files changed, 378 insertions(+), 165 deletions(-)
 create mode 100644 
fe/fe-core/src/main/java/org/apache/doris/nereids/processor/post/AlignGroupJoinConjunctOrder.java
 create mode 100644 
fe/fe-core/src/main/java/org/apache/doris/nereids/util/GroupJoinFusionUtils.java


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to