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 0ae9389a43a [fix](fe) Do not fuse GroupJoin with aggregates over
intermediate Project slots
discard c8e0a818dd5 [fix](fe) Apply HAVING filters above fused GroupJoin via
SelectNode
discard 27aa579a506 [fix](fe) Do not fuse GroupJoin with residual non-equi ON
conjuncts
discard b36220cd077 [fix](fe) Do not fuse GroupJoin with no aggregate functions
discard 2d78e2d249e [fix](fe) Enforce GroupJoin input hash distribution
discard 2ed6065e686 [fix](fe) Correct GroupJoin runtime filter distribution
discard 7637ca75012 [fix](join) Restore nullable GroupJoin output keys
discard c33d2aa4125 [fix](fe) Fix GroupJoin fusion output tuple handling
discard 8da2e4679e8 [fix](fe) Fix GroupJoin session variable annotation
discard 873f81fd110 fix be
discard caaec6ca5f1 fe-part (#64763)
discard d5285f0229b be fix
discard 7e72b092fb1 be part
discard eeba1511353 thrift
add 88b470c757d [fix](fe) Adapt warm-up scheduler tests to JUnit 5 (#67655)
add 5770fcb9d0d thrift
add 3e92bc2d0c4 be part
add 765c0424c2a be fix
add 58b1f205335 fe-part (#64763)
add b690b27e7c3 fix be
add e47b4292aea [fix](fe) Fix GroupJoin session variable annotation
add 4d0b86c7e2c [fix](fe) Fix GroupJoin fusion output tuple handling
add 40d0566542d [fix](join) Restore nullable GroupJoin output keys
add 23176edab6c [fix](fe) Correct GroupJoin runtime filter distribution
add 22dcf6bc6f6 [fix](fe) Enforce GroupJoin input hash distribution
add e7ebb7acb2d [fix](fe) Do not fuse GroupJoin with no aggregate functions
add 7a9fb89f48f [fix](fe) Do not fuse GroupJoin with residual non-equi ON
conjuncts
add d639a7fd0c6 [fix](fe) Apply HAVING filters above fused GroupJoin via
SelectNode
add ae9a4a814c8 [fix](fe) Do not fuse GroupJoin with aggregates over
intermediate Project slots
add 5d93fe5cf70 [fix](fe) Do not fuse GroupJoin when GROUP BY reorders the
equi-join keys
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 (0ae9389a43a)
\
N -- N -- N refs/heads/groupjoin (5d93fe5cf70)
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:
.../java/org/apache/doris/common/ConfigTest.java | 14 +-
.../glue/translator/PhysicalPlanTranslator.java | 51 +++++---
.../cloud/CacheHotspotManagerSchedulerTest.java | 20 +--
.../test_group_join_fusion_key_order.groovy | 142 +++++++++++++++++++++
4 files changed, 194 insertions(+), 33 deletions(-)
create mode 100644
regression-test/suites/group_join_fusion_p0/test_group_join_fusion_key_order.groovy
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]