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


    omit 677c9348a7d [fix] (doc)Fix invalid link on benchmark tool page #31920
    omit 73f6d9532dc [feat](nereids) support null safe eq runtime filter (FE 
part) (#31655)
    omit db65114f77d [Fix](Nereids) fix hint cases with random result (#31865)
    omit 917b2011747 [chore](build) Using multithread to accelerate FE 
compilation (#31855)
    omit 586f155d84e [enhance](mtmv) MTMV Use partial partition of base table 
(#31632)
    omit 44f41054d8c [cloud](point query) enable short circuit query in cloud 
(#31897)
    omit 2f012b834d9 [bug](meta) exit when get RollbackException in observer 
(#31687)
    omit 286685ff2fe [doc](apache-superset)add doc for apache superset 
compatible (#31314)
    omit c0b25869a9e [fix](function) fix date_format function execution error 
on fe (#31645)
    omit 13766665149 [fix](money_format) fix money_format #31883
    omit 73ebeb24a3c [fix](mtmv) support null value in partition for updating  
(#31843)
    omit 6d0c1ad6328 [fix](http stream) http stream support 
memtable_on_sink_node header (#31866)
    omit 4d259377f31 [enhancement](nereids) show nullaware semi join in plan 
(#31738)
    omit c83f600c05f [enhancement](nereids) allow reorder mark join (#30644)
    omit 0baa00af159 [type](doc) Standardize the name in the sql-dialect 
document and modify the format (#31636)
    omit 326196b93dd [Bug](fix) fix or and "<=>" cause coredump in query 
(#31884)
    omit 8084a0a74ae [typo](doc) Add a full backup case and modify sidebars 
(#31801)
    omit b3db6b2eae1 [improvement](jdbc catalog) opt get db2 schema list & xml 
type mapping (#31856)
    omit 54a8c83f6a1 [enhancement](cloud) add CloudTabletStatMgr to capture 
stats in cloud mode (#31818)
     new 5b00f4fbebf [improvement](jdbc catalog) opt get db2 schema list & xml 
type mapping (#31856)
     new 42776eefdfa [typo](doc) Add a full backup case and modify sidebars 
(#31801)
     new 9bf22a872a5 [Bug](fix) fix or and "<=>" cause coredump in query 
(#31884)
     new 474cacd5728 [type](doc) Standardize the name in the sql-dialect 
document and modify the format (#31636)
     new 5905ffa1da5 [enhancement](nereids) allow reorder mark join (#30644)
     new 9d5c51f5c37 [enhancement](nereids) show nullaware semi join in plan 
(#31738)
     new da5a40077f3 [fix](http stream) http stream support 
memtable_on_sink_node header (#31866)
     new a3c24b84e3e [fix](mtmv) support null value in partition for updating  
(#31843)
     new 21ce85dc148 [fix](money_format) fix money_format #31883
     new e91d16854b6 [fix](function) fix date_format function execution error 
on fe (#31645)
     new 370b050cae7 [doc](apache-superset)add doc for apache superset 
compatible (#31314)
     new 56342278f19 [bug](meta) exit when get RollbackException in observer 
(#31687)
     new 0c7e9257a85 [cloud](point query) enable short circuit query in cloud 
(#31897)
     new 667b1fba044 [enhance](mtmv) MTMV Use partial partition of base table 
(#31632)
     new 29b858d8c91 [chore](build) Using multithread to accelerate FE 
compilation (#31855)
     new fa411f88dfd [Fix](Nereids) fix hint cases with random result (#31865)
     new db389d7d4eb [feat](nereids) support null safe eq runtime filter (FE 
part) (#31655)
     new 009ca9b90b2 [fix] (doc)Fix invalid link on benchmark tool page #31920

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   (677c9348a7d)
            \
             N -- N -- N   refs/heads/branch-2.1 (009ca9b90b2)

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 18 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:
 .../main/java/org/apache/doris/common/Config.java  |   3 -
 .../apache/doris/catalog/CloudTabletStatMgr.java   | 273 ---------------------
 .../java/org/apache/doris/catalog/Database.java    |   5 -
 .../main/java/org/apache/doris/catalog/Env.java    |   9 +-
 .../java/org/apache/doris/catalog/Replica.java     |  17 --
 5 files changed, 1 insertion(+), 306 deletions(-)
 delete mode 100644 
fe/fe-core/src/main/java/org/apache/doris/catalog/CloudTabletStatMgr.java


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

Reply via email to