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

yiguolei pushed a change to branch 2.1-tmp
in repository https://gitbox.apache.org/repos/asf/doris.git


    omit 07cd23fe2b5 [Enhancement](inverted index) set need to read data only 
when delete predicate contains the column (#33172)
    omit 53b1d44a74c [Feature] support function uuid_to_int and int_to_uuid 
#33005
    omit 7b63e812ffa [enhancement](function truncate) truncate can use column 
as scale argument (#32746)
    omit f47e0591c17 [fix](fe) partitionInfo is null, fe can not start (#33108)
    omit 45707f3019e [Optimize] Move strings_pool from individual tree nodes to 
the tree itself (#33089)
    omit 6a43093d552 [Fix](Nereids) ntile function should check argument 
(#32994)
    omit c3ffbdb799b [feature](nereids) support common sub expression by 
multi-layer projections (fe part) (#33087)
    omit 5aba0524acf [Enhancement](merge-on-write) Support  dynamic delete 
bitmap cache (#32991)
    omit 8a291efb0c5 [improvement](spill) avoid spill if memory is enough 
(#33075)
     new 517c12478f2 [improvement](spill) spill trigger improvement (#32641)
     new 3b42dc73af3 [improvement](spill) avoid spill if memory is enough 
(#33075)
     new 1b3a11a02b7 [Enhancement](merge-on-write) Support  dynamic delete 
bitmap cache (#32991)
     new a7c8abe58c0 [feature](nereids) support common sub expression by 
multi-layer projections (fe part) (#33087)
     new 02b24abed2b [Fix](Nereids) ntile function should check argument 
(#32994)
     new 8b1d174b13d [Optimize] Move strings_pool from individual tree nodes to 
the tree itself (#33089)
     new a69f3eb8705 [fix](fe) partitionInfo is null, fe can not start (#33108)
     new bf022f9d8db [enhancement](function truncate) truncate can use column 
as scale argument (#32746)
     new c61d6ad1e28 [Feature] support function uuid_to_int and int_to_uuid 
#33005
     new 7f2fdf78ace [Enhancement](inverted index) set need to read data only 
when delete predicate contains the column (#33172)
     new 6c5dd820c0a [improvement](spill) improve spill timers (#33156)

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   (07cd23fe2b5)
            \
             N -- N -- N   refs/heads/2.1-tmp (6c5dd820c0a)

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 11 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/common/config.cpp                           |   3 +
 be/src/common/config.h                             |   3 +
 be/src/common/daemon.cpp                           |  13 +++
 be/src/common/daemon.h                             |   1 +
 .../exec/partitioned_aggregation_sink_operator.cpp |  11 +-
 .../exec/partitioned_aggregation_sink_operator.h   |   3 +-
 .../partitioned_aggregation_source_operator.cpp    |   7 +-
 .../exec/partitioned_hash_join_probe_operator.cpp  |  64 +++++++----
 .../exec/partitioned_hash_join_probe_operator.h    |   2 +
 .../exec/partitioned_hash_join_sink_operator.cpp   |  32 ++++--
 .../exec/partitioned_hash_join_sink_operator.h     |   2 +
 be/src/pipeline/exec/spill_sort_sink_operator.cpp  |  10 +-
 .../pipeline/exec/spill_sort_source_operator.cpp   |   8 +-
 be/src/pipeline/pipeline_x/operator.h              |  48 ++++++++
 be/src/pipeline/pipeline_x/pipeline_x_task.cpp     |  73 +++++++-----
 be/src/pipeline/pipeline_x/pipeline_x_task.h       |   2 +
 be/src/runtime/fragment_mgr.cpp                    |   1 +
 be/src/runtime/query_context.cpp                   |   1 -
 be/src/runtime/query_context.h                     |  28 +++++
 be/src/runtime/workload_group/workload_group.cpp   |   4 +
 be/src/runtime/workload_group/workload_group.h     |  38 ++++++-
 .../workload_group/workload_group_manager.cpp      | 123 +++++++++++++++++++++
 .../workload_group/workload_group_manager.h        |   2 +
 be/src/vec/spill/spill_stream.cpp                  |   6 +-
 be/src/vec/spill/spill_stream.h                    |  12 +-
 be/src/vec/spill/spill_writer.cpp                  |  23 ++--
 be/src/vec/spill/spill_writer.h                    |   5 +-
 27 files changed, 425 insertions(+), 100 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to