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

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


 discard e66ca8c5d3f [enhancement](Nereids) Enable parse sql from sql cache and 
fix some bugs (#33867)
    omit d839908214a [fix](compaction)Fix single compaction to get all local 
versions #33849
     add 15f8014e4ea [enhancement](Nereids) Enable parse sql from sql cache and 
fix some bugs (#33867)
     add 0ac7849a9d3 [exec](table_fun) opt bitmap/split vexplode table func 
performance (#33876)

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   (e66ca8c5d3f)
            \
             N -- N -- N   refs/heads/branch-2.1 (0ac7849a9d3)

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/olap/olap_server.cpp                        |  2 +-
 be/src/olap/single_replica_compaction.cpp          |  6 ++--
 be/src/olap/tablet.cpp                             | 11 +++----
 be/src/olap/tablet.h                               |  4 +--
 .../vec/exprs/table_function/vexplode_bitmap.cpp   | 28 +++++++++++++++++
 be/src/vec/exprs/table_function/vexplode_bitmap.h  |  2 ++
 be/src/vec/exprs/table_function/vexplode_split.cpp | 33 +++++++++++++++++---
 be/src/vec/exprs/table_function/vexplode_split.h   |  3 +-
 be/test/olap/tablet_test.cpp                       | 36 ----------------------
 9 files changed, 71 insertions(+), 54 deletions(-)


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

Reply via email to