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

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


    from 253e383d52 [Enhancement](Planner)fix unclear exception msg when 
tag.location invaild. (#17464)
     new 67a1cb2378 [log](schema change) add schema change type log (#17349)
     new c3bb214158 [fix](delete) fix 'is null' or 'is not null' delete 
predicate will get wrong result (#17190)
     new 8580d74b8d [Bug](Block compression) Fix bug if 
`config::compress_rowbatches=false` then the block column values could be empty 
(#17325)
     new a05299070c [enhancement](transaction) Reduce hold writeLock time for 
DatabaseTransactionMgr to improve stability of stream load (#17380)
     new 847e0d3638 [fix](publish) fix when TabletPublishTxnTask::handle() 
error, transaction publish success, and query table error (#17409)
     new 713665930b [fix](merge-on-write) fix cu compaction correctness check 
(#17347)

The 6 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                  |   1 +
 be/src/olap/compaction.cpp                         |  10 +-
 be/src/olap/null_predicate.h                       |   7 +-
 be/src/olap/schema_change.cpp                      |   4 +
 be/src/olap/tablet.cpp                             |   6 +-
 be/src/olap/utils.h                                |  14 +++
 be/src/vec/core/block.cpp                          |   3 +
 .../doris/transaction/DatabaseTransactionMgr.java  |   8 +-
 .../data/delete_p0/test_zone_map_delete.out        | 104 +++++++++++++++++++++
 .../suites/delete_p0/test_zone_map_delete.groovy   |  23 +++++
 10 files changed, 169 insertions(+), 11 deletions(-)


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

Reply via email to