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

morningman pushed a change to branch auto-pick-56806-branch-3.1
in repository https://gitbox.apache.org/repos/asf/doris.git


 discard 3f531bce511 [fix](hdfs)Fix be coredump  in HDFS reader during profile 
collection. (#56806)
     add 6eb4a8093c8 [fix](function) Fix wrong calculation of timestampdiff of 
datetimev1 (#56893)
     add 34b372b47ac branch-3.1: [Fix](Chore) Fix cumu compaction fault 
injection case #56867 (#56900)
     add f2d0de2f0d8 branch-3.1: [fix](tde) make get_exec_env interface static 
#56820 (#56902)
     add 09511679b6f branch-3.1: [fix](nereids)ReorderJoin rule should not 
absorb mark join to multi join #56837 (#56906)
     add 57a7188267e branch-3.1: [fix](mysql buffer) fix buffer overflow of 
output complex type columns #56922 (#56933)
     add c90bf0c2ace branch-3.1: [fix](cloud) Fix unhandled error when 
get_partition_boundaries #56935 (#56968)
     add 4428f9bf98d branch-3.1: [chore](build) Add feature list to version 
info #56604 (#56969)
     add a5d34cfb8a7 branch-3.1: [feat](s3client) Use 
`CustomAwsCredentialsProviderChain`  for aws sdk #56065 (#56943)
     add ea75d35fa0a branch-3.1: [fix](editlog) do not write editlog if not 
master #56896 (#56982)
     add d45bf9c3c51 branch-3.1: [feat](checker) Add txn key consistency 
checking for checker #54620 (#56574)
     add 19621d40cd8 branch-3.1: [fix](function) Crash caused by explode 
function #56991 (#57002)
     add 7e4c05ea960 [fix](hdfs)Fix be coredump  in HDFS reader during profile 
collection. (#56806)

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   (3f531bce511)
            \
             N -- N -- N   refs/heads/auto-pick-56806-branch-3.1 (7e4c05ea960)

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/src/common/config.cpp                           |   5 +
 be/src/common/config.h                             |   2 +
 be/src/common/version_internal.cpp                 |   3 +
 be/src/common/version_internal.h                   |   2 +
 be/src/util/debug_util.cpp                         |   4 +
 be/src/util/mysql_row_buffer.cpp                   |  11 +-
 be/src/util/mysql_row_buffer.h                     |   7 +-
 be/src/util/s3_util.cpp                            |  51 ++-
 be/src/util/s3_util.h                              |   4 +
 be/src/util/thrift_rpc_helper.h                    |   2 +-
 be/src/vec/exprs/table_function/vexplode_v2.cpp    |  23 +-
 be/src/vec/runtime/vdatetime_value.h               |   3 +-
 be/test/io/s3_client_factory_test.cpp              | 106 ++++++
 be/test/util/mysql_row_buffer_test.cpp             |  29 ++
 build.sh                                           |  11 +
 cloud/src/common/config.h                          |   4 +
 cloud/src/main.cpp                                 |   6 +-
 cloud/src/meta-store/keys.cpp                      |   2 +-
 cloud/src/meta-store/txn_kv.cpp                    |  19 +-
 cloud/src/recycler/checker.cpp                     | 261 +++++++++++++-
 cloud/src/recycler/checker.h                       |   9 +
 cloud/src/recycler/s3_accessor.cpp                 |  44 ++-
 cloud/src/recycler/s3_accessor.h                   |   6 +
 cloud/test/recycler_test.cpp                       | 388 +++++++++++++++++++++
 .../cpp/custom_aws_credentials_provider_chain.cpp  | 103 ++++++
 .../cpp/custom_aws_credentials_provider_chain.h    |  13 +-
 .../main/java/org/apache/doris/common/Config.java  |   3 +
 .../src/main/java/org/apache/doris/DorisFE.java    |   5 +
 .../java/org/apache/doris/common/util/S3Util.java  |  64 +++-
 .../datasource/property/storage/S3Properties.java  |  48 ++-
 .../httpv2/controller/HardwareInfoController.java  |   1 +
 .../doris/nereids/rules/rewrite/ReorderJoin.java   |   4 +
 .../apache/doris/service/FrontendServiceImpl.java  | 203 ++++-------
 .../property/storage/S3PropertiesTest.java         |   7 +
 .../nereids/rules/rewrite/ReorderJoinTest.java     |  19 +
 gensrc/script/gen_build_version.sh                 |   5 +
 .../datetime_functions/test_date_function.out      |   3 -
 .../datetime_functions/test_date_function.out      |   3 -
 .../sql_functions/table_function/explode.out       |  72 ++++
 ...st_cumu_compaction_delay_fault_injection.groovy |   5 +
 .../datetime_functions/test_date_function.groovy   |   1 -
 .../test_date_function_v2.groovy                   |  23 ++
 .../datetime_functions/test_date_function.groovy   |   1 -
 .../sql_functions/table_function/explode.groovy    |  25 ++
 44 files changed, 1409 insertions(+), 201 deletions(-)
 create mode 100644 be/test/io/s3_client_factory_test.cpp
 create mode 100644 common/cpp/custom_aws_credentials_provider_chain.cpp
 copy be/src/http/action/pprof_actions.h => 
common/cpp/custom_aws_credentials_provider_chain.h (75%)


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

Reply via email to