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


    from 874f4c693b2 [feat](nereids) support nullSafeEqual estimation (#31616)
     new 4654ec72267 [fix](profile)Fix load profile print by default (#31677)
     new 52025bfccd4 move 3 cases to p2, reducing regression pipeline runtime 
(#31663)
     new 794d9405dea [ci](jdk17) adjust fe.conf (#31683)
     new daa171ee3a7 [Update](cloud) add inverted index tmp dir support (#31484)
     new 8a44c180bf3 [opt](scan) read scan ranges in the order of partitions 
(#31630)
     new ff5e9341bf8 [fix](pipelineX)error output_block settings result in 
excessive memory usage. #31680

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/common/config.cpp                           |  2 +
 be/src/common/config.h                             |  3 ++
 .../inverted_index_compound_directory.cpp          |  3 +-
 .../rowset/segment_v2/inverted_index_writer.cpp    | 15 +++++-
 .../olap/rowset/segment_v2/inverted_index_writer.h | 36 ++++++++++++++
 be/src/pipeline/exec/file_scan_operator.cpp        | 55 +++++++++++++++++-----
 be/src/pipeline/exec/union_source_operator.cpp     | 15 +++---
 be/src/pipeline/exec/union_source_operator.h       |  4 +-
 be/src/pipeline/pipeline_fragment_context.cpp      |  2 +-
 .../pipeline_x/pipeline_x_fragment_context.cpp     |  2 +-
 be/src/runtime/exec_env.h                          |  5 ++
 be/src/runtime/exec_env_init.cpp                   |  2 +
 be/src/runtime/plan_fragment_executor.cpp          |  2 +-
 be/src/vec/exec/scan/new_file_scan_node.cpp        | 55 +++++++++++++++++-----
 regression-test/pipeline/external/conf/fe.conf     |  3 ++
 regression-test/pipeline/p0/conf/fe.conf           |  2 +-
 regression-test/pipeline/p1/conf/fe.conf           |  5 ++
 .../test_build_index_fault.groovy                  |  2 +-
 .../test_segcompaction_fault_injection.groovy      |  2 +-
 .../test_too_many_segments_fault_injection.groovy  |  2 +-
 20 files changed, 177 insertions(+), 40 deletions(-)


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

Reply via email to