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

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


    omit cfe0d596b5d fix core dump on rf between varchar and char
    omit a519702fac4 branch-2.1: [Bug](bitmap-filter) fix wrong type cast on 
BitmapFilterColumnPredicate::evaluate #43877 (#43886)
    omit 7fc78e3f87e [opt](brpc) check and remove unavailable brpc stubs 
(#43212) (#43859)
    omit 8554c06337d [opt](fe) Use `table.readLock` in `TabletStatMgr` for 
updating statistics (#39612) (#43937)
    omit 26fef2a02ae branch-2.1: [Fix](UT) Fix status UT error introduced by 
#43731 #43922 (#43927)
    omit 4f2a67251a8 [opt](fe) Optimize fe show table statistics (#35457) 
(#43858)
    omit 4531cd86e30 branch-2.1: [fix](regression-test) add checks for 
existence and successful upload of data files in hive-metastore.sh #43853 
(#43888)
    omit 59c8663abe7 [fix](nereids) convert stringLikeLiteral to double should 
use byte length (#43776) branch-2.1 (#43911)
     add 2493f375503 fix core dump on rf between varchar and char
     add f479b8db33e update

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   (cfe0d596b5d)
            \
             N -- N -- N   refs/heads/cp_1114_2 (f479b8db33e)

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/common/config.cpp                           |   5 -
 be/src/common/config.h                             |   4 -
 be/src/common/status.h                             |   1 -
 be/src/olap/bitmap_filter_predicate.h              |   2 +-
 be/src/olap/bloom_filter_predicate.h               |   4 +-
 be/src/runtime/fragment_mgr.cpp                    |  68 +-----------
 be/src/runtime/fragment_mgr.h                      |   9 --
 be/src/runtime/query_context.h                     |  23 ----
 be/src/vec/sink/vdata_stream_sender.cpp            |   9 --
 .../olap/bitmap_filter_column_predicate_test.cpp   |   4 +-
 .../docker-compose/hive/scripts/hive-metastore.sh  |  24 -----
 .../org/apache/doris/analysis/ShowDataStmt.java    |  13 ++-
 .../java/org/apache/doris/catalog/Database.java    |  21 ++--
 .../java/org/apache/doris/catalog/OlapTable.java   | 119 +++++----------------
 .../main/java/org/apache/doris/catalog/Table.java  |   9 --
 .../org/apache/doris/catalog/TabletStatMgr.java    |  48 ++-------
 .../org/apache/doris/common/proc/DbsProcDir.java   |   2 +-
 .../expressions/literal/StringLikeLiteral.java     |   5 +-
 .../expressions/literal/StringLikeLiteralTest.java |  34 ------
 regression-test/pipeline/p0/conf/be.conf           |   1 -
 regression-test/pipeline/p1/conf/be.conf           |   2 -
 21 files changed, 71 insertions(+), 336 deletions(-)
 delete mode 100644 
fe/fe-core/src/test/java/org/apache/doris/nereids/trees/expressions/literal/StringLikeLiteralTest.java


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

Reply via email to