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

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


    from 5c338515d9 [Bug](pipeline) access map may cause coredump in sink 
buffer (#21108)
     new e5997114bd [enhancement](merge-on-write) add async publish task when 
version is discontinuous for merge on write table when clone (#21025)
     new 5db5f6c70d [fix](catalog) do not call makeSureInitialized when create 
table from hms meta event (#21104)
     new e5e4efe088 [test](regression) update some case in p2  (#21094)

The 3 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/agent/task_worker_pool.cpp                  |  9 +-
 be/src/olap/data_dir.cpp                           | 15 ++++
 be/src/olap/olap_server.cpp                        | 98 ++++++++++++++++++++++
 be/src/olap/rowset/rowset.h                        |  7 ++
 be/src/olap/storage_engine.cpp                     |  4 +
 be/src/olap/storage_engine.h                       | 12 +++
 be/src/olap/tablet_meta_manager.cpp                | 39 +++++++++
 be/src/olap/tablet_meta_manager.h                  | 12 +++
 be/src/olap/task/engine_clone_task.cpp             | 16 +++-
 be/src/olap/task/engine_publish_version_task.cpp   | 63 +++++++++++++-
 be/src/olap/task/engine_publish_version_task.h     | 30 ++++++-
 .../doris/catalog/external/ExternalDatabase.java   |  9 +-
 .../catalog/external/HMSExternalDatabase.java      |  3 +-
 .../catalog/external/IcebergExternalDatabase.java  |  3 +-
 .../catalog/external/PaimonExternalDatabase.java   |  3 +-
 .../org/apache/doris/datasource/CatalogMgr.java    |  9 +-
 .../datasource/hive/event/AlterTableEvent.java     |  6 +-
 .../datasource/hive/event/CreateTableEvent.java    |  3 +-
 .../java/org/apache/doris/persist/EditLog.java     |  2 +-
 gensrc/proto/olap_file.proto                       |  5 ++
 .../tpcds_sf100_dup_without_key_p2/sql/q04.out     |  2 +-
 .../tpcds_sf100_dup_without_key_p2/sql/q49.out     |  2 +-
 22 files changed, 323 insertions(+), 29 deletions(-)


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

Reply via email to