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

yiguolei pushed a change to branch auto-pick-65122-branch-4.1
in repository https://gitbox.apache.org/repos/asf/doris.git


 discard 46177c97984 [fix](iceberg) Support nested decimal precision promotion 
(#65122)
     add a8ca832eebd branch-4.1: [enhancement](limitreach) FE receives many 
limit reach error messages and make very confused #62842 (#65128)
     add f7ff7831e88 branch-4.1: [fix](audit) serialize audit loader batch 
assembly #65107 (#65132)
     add 51bb0231be5 branch-4.1: [improvement](load) print fragment id and 
query id when progress manager meets error #64857 (#65179)
     add 6af53a04a39 branch-4.1: [test](regression) drop unsupported 
use_path_style=true in test_s3_tvf #64562 (#65148)
     add c59189cd2ba [fix](build) Backport thirdparty updates for Arrow LZO 
(#65191)
     add ff7550ae547 branch-4.1: [fix](regression) Isolate S3 TVF insert paths 
#65147 (#65163)
     add 2507df48f36 [fix](test)fix CreateResourceCommandTest failure in cloud 
mode (#65072)
     add 018ac2fdbc4 branch-4.1: [fix](be) Release workload group schedulers on 
shutdown #65112 (#65186)
     add 2af4e9190a3 branch-4.1: [fix](brpc) disable SSL BIO buffer  #64962 
(#65189)
     add 835e867a848 branch-4.1: [fix](s3) handle S3 file writer async task 
submission failures #64779 (#65160)
     add de258f73cf8 [fix](iceberg) Support nested decimal precision promotion 
(#65122)

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (46177c97984)
            \
             N -- N -- N   refs/heads/auto-pick-65122-branch-4.1 (de258f73cf8)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 be/cmake/thirdparty.cmake                          |  1 +
 be/src/exec/pipeline/pipeline_fragment_context.cpp | 30 +++-----
 be/src/exec/pipeline/pipeline_fragment_context.h   |  7 +-
 be/src/exec/pipeline/task_queue.cpp                | 35 +++++++--
 be/src/exec/pipeline/task_queue.h                  |  2 +
 be/src/exec/scan/scanner_scheduler.h               |  8 ++-
 .../time_sharing/time_sharing_task_executor.cpp    |  7 +-
 be/src/io/fs/s3_file_writer.cpp                    | 50 ++++++++++---
 be/src/io/fs/s3_file_writer.h                      |  1 +
 be/src/runtime/exec_env_init.cpp                   |  8 ++-
 be/src/runtime/workload_group/workload_group.cpp   | 13 ++++
 be/src/runtime/workload_group/workload_group.h     |  2 +
 .../workload_group/workload_group_manager.cpp      |  7 ++
 .../workload_group/workload_group_manager.h        |  2 +
 .../apache/doris/load/loadv2/ProgressManager.java  |  4 +-
 .../org/apache/doris/plugin/audit/AuditLoader.java |  3 +-
 .../plans/commands/CreateResourceCommandTest.java  | 15 +++-
 .../apache/doris/plugin/audit/AuditLoaderTest.java | 82 +++++++++++++++++++++
 .../s3/test_s3_file_writer_submit_error.groovy     | 84 ++++++++++++++++++++++
 .../tvf/insert/test_insert_into_s3_tvf.groovy      |  5 +-
 .../suites/load_p2/tvf/test_s3_tvf.groovy          | 10 +--
 thirdparty/build-thirdparty.sh                     |  5 +-
 thirdparty/download-thirdparty.sh                  |  2 +
 thirdparty/patches/apache-arrow-17.0.0-lzo.patch   | 84 ++++++++++++++++++++++
 .../brpc-1.4.0-disable-ssl-bio-buffer.patch        | 19 +++++
 thirdparty/vars.sh                                 |  8 +--
 26 files changed, 430 insertions(+), 64 deletions(-)
 create mode 100644 
fe/fe-core/src/test/java/org/apache/doris/plugin/audit/AuditLoaderTest.java
 create mode 100644 
regression-test/suites/cloud_p0/s3/test_s3_file_writer_submit_error.groovy
 create mode 100644 thirdparty/patches/apache-arrow-17.0.0-lzo.patch
 create mode 100644 thirdparty/patches/brpc-1.4.0-disable-ssl-bio-buffer.patch


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

Reply via email to