This is an automated email from the ASF dual-hosted git repository.
zclll pushed a change to branch tpc_preview3
in repository https://gitbox.apache.org/repos/asf/doris.git
discard 5fd03a758f4 do not push agg if all joins are small
omit fe218717a9f [opt](Arena)Release Arena memory earlier in pipeline
operators. (#59090)
add 047a3ba2f69 do not push agg if all joins are small
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 (5fd03a758f4)
\
N -- N -- N refs/heads/tpc_preview3 (047a3ba2f69)
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:
be/src/pipeline/dependency.h | 6 ---
be/src/pipeline/exec/aggregation_sink_operator.cpp | 46 +++++++++++-----------
be/src/pipeline/exec/aggregation_sink_operator.h | 2 +
.../pipeline/exec/aggregation_source_operator.cpp | 13 +++---
be/src/pipeline/exec/aggregation_source_operator.h | 1 +
be/src/pipeline/exec/analytic_sink_operator.cpp | 9 ++---
be/src/pipeline/exec/analytic_sink_operator.h | 1 +
.../distinct_streaming_aggregation_operator.cpp | 4 +-
.../exec/distinct_streaming_aggregation_operator.h | 2 +
be/src/pipeline/exec/set_sink_operator.cpp | 2 +-
be/src/pipeline/exec/set_sink_operator.h | 1 +
.../exec/streaming_aggregation_operator.cpp | 2 +-
.../pipeline/exec/streaming_aggregation_operator.h | 1 +
13 files changed, 44 insertions(+), 46 deletions(-)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]