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

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


 discard 139f505c3ac Optimize location for tpch1000 (#59218)
    omit 7f2512b0e3a [Enhancement](parquet)update runtime filter when read next 
parquet row group.(#59053) (#59181)
    omit d3852588a92 [opt](multi-catalog) Optimize file split size. (#59175)
    omit 3d2a4d61cd1 Manifest cache for tpch1000 (#59178)
    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
     new bbca9eacc3b Manifest cache for tpch1000 (#59178)
     new bdaf8202784 [opt](multi-catalog) Optimize file split size. (#59175)
     new 8147ffe4740 [Enhancement](parquet)update runtime filter when read next 
parquet row group.(#59053) (#59181)
     new c7572648fb9 Optimize location for tpch1000 (#59218)

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   (139f505c3ac)
            \
             N -- N -- N   refs/heads/tpc_preview4-external (c7572648fb9)

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.

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


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        | 301 ++++++++++++++++++---
 .../pipeline/exec/streaming_aggregation_operator.h |  82 +++++-
 .../glue/translator/PhysicalPlanTranslator.java    |   3 +-
 6 files changed, 364 insertions(+), 70 deletions(-)


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

Reply via email to