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

morningman pushed a change to branch dev-1.0.1
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git


    from 19924dfc80 [hotfix] track all memory in VOlapScanNode and fix track 
leaf from bitmap and hll (#9348)
     new 706e6cda12 [fix](backup) Remove colocate_with property when backing up 
a table (#9142)
     new 80c74b029d [improvement](hive) Support hive with HA HDFS. Pass ha 
configuration through hive create table properties. (#9151)
     new 05cf433aa6 [fix](catalog) fix bug that replica missing version cause 
query -214 error (#9266)
     new a927681e3f [fix](profile) Short-circuit and del predicate filter rows 
are not counted on vectorized exec (#9268)
     new ba0b0634dd [fix](vectorized) Fix bug of outer join with delete column 
(#9315)
     new f4bdeeebac [Bug] [Build] fix clang build fail (#9323)
     new 6c3bb756d5 [fix](alter-job) Missing alter job when doing checkpoint 
image (#9329)
     new b925413d9c [improvement] set name for scanner threads and fix compile 
error in clang (#9336)
     new 20c3744d68 [fix](function) handle merge in window_funnel_init and add 
test (#9338)
     new 048b3406cd [fix](truncate) fix bug that truncate partition throw NPE 
(#9339)
     new 973153fe9b [fixbug][metadata] catalog could not load from image (#9364)

The 11 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/exec/base_scanner.h                         |   2 +-
 be/src/exec/broker_scan_node.cpp                   |   2 +
 be/src/exec/broker_scan_node.h                     |  20 ++++---
 be/src/exec/broker_scanner.h                       |   5 +-
 be/src/exprs/aggregate_functions.cpp               |   7 +--
 be/src/olap/olap_common.h                          |   2 +-
 be/src/olap/rowset/segment_v2/segment_iterator.cpp |   4 ++
 be/src/util/thread.cpp                             |   4 ++
 be/src/util/thread.h                               |   2 +
 .../commit-format-specification.md                 |   4 +-
 .../commit-format-specification.md                 |   1 +
 .../java/org/apache/doris/alter/AlterJobV2.java    |   2 +
 .../apache/doris/alter/SchemaChangeHandler.java    |  11 ++--
 .../java/org/apache/doris/analysis/Analyzer.java   |   4 ++
 .../java/org/apache/doris/backup/BackupJob.java    |   7 +++
 .../java/org/apache/doris/catalog/Catalog.java     |  45 ++++++++--------
 .../doris/catalog/HiveMetaStoreClientHelper.java   |  19 +++++--
 .../java/org/apache/doris/catalog/HiveTable.java   |  13 +++++
 .../java/org/apache/doris/catalog/OlapTable.java   |   9 ++--
 .../java/org/apache/doris/catalog/Replica.java     |   2 +-
 .../org/apache/doris/catalog/TableProperty.java    |   1 +
 .../org/apache/doris/common/CaseSensibility.java   |   2 +-
 .../java/org/apache/doris/common/FeConstants.java  |   6 +++
 .../org/apache/doris/common/proc/JobsProcDir.java  |   4 +-
 .../java/org/apache/doris/master/MasterImpl.java   |   6 +--
 .../org/apache/doris/master/ReportHandler.java     |  18 ++++---
 .../apache/doris/persist/BackendReplicasInfo.java  |  18 +++++--
 .../java/org/apache/doris/persist/EditLog.java     |  10 ++--
 .../org/apache/doris/planner/BrokerScanNode.java   |  18 +++++--
 .../org/apache/doris/planner/OlapScanNode.java     |   1 +
 .../doris/transaction/DatabaseTransactionMgr.java  |  60 ++++++++-------------
 .../doris/transaction/GlobalTransactionMgr.java    |   4 +-
 .../doris/transaction/PublishVersionDaemon.java    |   6 +--
 .../org/apache/doris/alter/AlterJobV2Test.java     |  10 ++--
 .../java/org/apache/doris/alter/AlterTest.java     |   2 +-
 .../org/apache/doris/alter/BatchRollupJobTest.java |   6 +--
 .../org/apache/doris/alter/RollupJobV2Test.java    |  11 ++--
 .../apache/doris/catalog/CatalogOperationTest.java |   2 +-
 .../org/apache/doris/catalog/OlapTableTest.java    |  11 ++--
 .../apache/doris/catalog/TempPartitionTest.java    |   6 +--
 .../apache/doris/catalog/TruncateTableTest.java    |  41 ++++++++++++++
 .../org/apache/doris/http/DorisHttpTestCase.java   |   2 +-
 .../doris/persist/BackendReplicaInfosTest.java     |   3 +-
 .../transaction/GlobalTransactionMgrTest.java      |   9 ++--
 .../java/org/apache/doris/utframe/DorisAssert.java |   2 +-
 fe/fe-core/src/test/resources/help-resource.zip    | Bin 0 -> 1056 bytes
 46 files changed, 274 insertions(+), 150 deletions(-)
 create mode 100644 fe/fe-core/src/test/resources/help-resource.zip


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

Reply via email to