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 f777d3b36a [branch1.2](hudi) skip hidden file of hudi
     new e6c0926738 [optimization](conf) optimization JAVA_OPTS for be conf and 
be bin (#19029)
     new b61e44b308 [fix](storage) consider file size on page cache key (#19619)
     new 05b4ccceb2 [improvement](load) log time consumed by waiting flush 
(#19226)
     new f3dd584c10 [improvement](broker) TOperationStatus determines that a 
null pointer is redundant. (#18712)
     new 14b5becc24 [chore](release) build-for-release.sh support arm (#19270)
     new c5c2019dfe [branch1.2](code-format) fix clang format

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/exprs/cast_expr.cpp                         |  6 ++-
 be/src/olap/page_cache.h                           |  5 ++-
 be/src/olap/rowset/segment_v2/page_io.cpp          |  2 +-
 be/src/olap/rowset/segment_v2/segment_writer.cpp   |  5 +++
 be/src/olap/tablet.cpp                             |  7 ++-
 be/src/runtime/disk_io_mgr.cc                      |  2 +-
 be/src/runtime/load_channel_mgr.cpp                |  7 ++-
 .../aggregate_function_orthogonal_bitmap.cpp       | 21 ++++-----
 be/src/vec/common/exception.h                      | 16 +++++--
 be/src/vec/common/hash_table/hash.h                | 10 +++--
 be/src/vec/functions/like.cpp                      |  2 +-
 be/test/olap/comparison_predicate_test.cpp         |  4 +-
 be/test/olap/page_cache_test.cpp                   | 52 ++++++++++++++--------
 bin/start_be.sh                                    | 29 +++++++++---
 build-for-release.sh                               | 20 +++++----
 conf/be.conf                                       |  5 ++-
 .../org/apache/doris/common/util/BrokerReader.java |  4 +-
 .../org/apache/doris/common/util/BrokerUtil.java   |  6 ++-
 18 files changed, 138 insertions(+), 65 deletions(-)


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

Reply via email to