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

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


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

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

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/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 +-
 .../literal/StringLikeLiteralTest.java}            |  22 ++--
 regression-test/pipeline/p0/conf/be.conf           |   1 +
 regression-test/pipeline/p1/conf/be.conf           |   2 +
 20 files changed, 311 insertions(+), 80 deletions(-)
 copy fe/fe-core/src/test/java/org/apache/doris/{common/CheckedMathTest.java => 
nereids/trees/expressions/literal/StringLikeLiteralTest.java} (62%)


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

Reply via email to