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 db13e417337 [refine](exec)Provide an execute_filter interface in expr 
to execute execute_conjuncts. (#59409)
 discard 3122b6f572d add timed lock and PerScannerWaitSchedLockTime
     add dda0d7c600e opt for pack_fixeds
     add 39f9a4b9ee5 pack fixed opt2
     add 3a50f4fdc61 [enhance](agg)make chooseOneAggShuffleKey default value 
true (#59497)
     new 81b037280cc add timed lock and PerScannerWaitSchedLockTime
     new 8664ddb2a6d [refine](exec)Provide an execute_filter interface in expr 
to execute execute_conjuncts. (#59409)

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   (db13e417337)
            \
             N -- N -- N   refs/heads/tpc_preview4-external (8664ddb2a6d)

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 2 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_build_sink.h         |   9 +-
 .../exec/join/process_hash_table_probe_impl.h      |   4 +-
 be/src/util/simd/bits.h                            |  22 ++++
 be/src/vec/columns/column_decimal.cpp              |   4 -
 be/src/vec/columns/column_vector.cpp               |   7 +-
 be/src/vec/common/hash_table/hash_map_context.h    | 120 +++++++++++++++++----
 be/src/vec/core/column_with_type_and_name.cpp      |   5 +-
 .../java/org/apache/doris/qe/SessionVariable.java  |   2 +-
 8 files changed, 134 insertions(+), 39 deletions(-)


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

Reply via email to