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

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


 discard 169cc3f3cb4 support stream agg topn
    omit 362ad1e488e fix query error
    omit 92db0ca2146 contine page
    omit 53ac5c8d0b4 Revert "use bitshuffle to decoding"
    omit c777b258f66 use bitshuffle to decoding
    omit 3a2427d08b8 plain lz4 null page encode
    omit b3aea4f57ff change the null map encode
     add 128ecfbc330 [opt](pipeline) Avoid unnecessary column copying in the 
projection
     add 22c6b543c36 add PASSTHROUGH in agg and join (#59302)
     add 3cc5165d3d3 change the null map encode
     add 69297e76312 plain lz4 null page encode
     add ae0e410294b use bitshuffle to decoding
     add 9a33e3ec66d Revert "use bitshuffle to decoding"
     add 1432172e29b contine page
     add 9a980895355 fix query error
     add df02946fe26 support stream agg topn

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   (169cc3f3cb4)
            \
             N -- N -- N   refs/heads/tpc_preview4 (df02946fe26)

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/exec/hashjoin_probe_operator.h     |   2 +
 be/src/pipeline/exec/operator.cpp                  |  44 +++------
 be/src/pipeline/exec/operator.h                    |   2 +
 .../exec/streaming_aggregation_operator.cpp        | 107 ++++++++++++++++++++-
 .../pipeline/exec/streaming_aggregation_operator.h |  13 ++-
 5 files changed, 130 insertions(+), 38 deletions(-)


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

Reply via email to