This is an automated email from the ASF dual-hosted git repository.
dataroaring pushed a change to branch auto-pick-46900-branch-3.0
in repository https://gitbox.apache.org/repos/asf/doris.git
omit c9d321d50c2 [fix](group commit) prepare command should consider table
may be recreated (#46900)
add a3cc265a3a8 branch-3.0: [fix](mem) heap-buffer-overflow for function
convert_to #46405 (#46483)
add 7e9e56f8d4f branch-3.0: [improve](move-memtable) disable stack trace
in load stream reply #46318 (#46331)
add f17c5cc5ca7 branch-3.0: [test](mtmv) Modify wrong test method and add
some log in debug mode test case #46907 (#47090)
add 8499253c728 [regression-test](fix) global var in p2 cases (#47152)
add 415aa23e25e branch-3.0: [fix](cloud-mow) Fix the issue of inaccurate
estimation of txn size when updating delete bitmap #46969 (#47046)
add e193da859c0 branch-3.0: [Chore](Notice)Update Notice year #46908
(#46932)
add 5ddd8a98090 [fix](test) fix unstable test after some test migration
(#46834) (#47157)
add c342cc52153 branch-3.0: [fix](json) fix parsing double in jsonb #46977
(#47064)
add 540e8bd0061 branch-3.0: [regression](metrics) add a regression for
version metrics #45593 (#45884)
add b5103970887 branch-3.0: [regression-test](fix) opensky_p2 case #47122
(#47124)
add 9b7477dc7f0 branch-3.0: [fix](metrics) Correct statistical method for
file cache stats #47020 (#47106)
add 089ef91067d branch-3.0: [opt](storage vault) Check `s3.root.path`
cannot be empty #47078 (#47196)
add 4820ba2d41d [feat](cloud) Add injection point http api for ms (#41982)
(#47204)
add d7f3801b207 branch-3.0: [opt](cloud) Fix frequent rlock for
SystemInfoService.getClusterXxx() #47203 (#47210)
add 991b9f64590 [fix](recycler) Fix premature exit recycling when there is
an invalid storage vault (#46798) (#47159)
add b3c39a2dd17 [fix](mac compile) fix compile failed on mac (#47186)
add 6e008c87dae Update .asf.yaml (#47217)
add 952daff6e1f [fix](group commit) prepare command should consider table
may be recreated (#46900)
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 (c9d321d50c2)
\
N -- N -- N refs/heads/auto-pick-46900-branch-3.0 (952daff6e1f)
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:
.asf.yaml | 4 +-
NOTICE.txt | 2 +-
be/src/io/cache/cached_remote_file_reader.cpp | 10 +-
be/src/io/cache/cached_remote_file_reader.h | 2 +-
be/src/util/jsonb_parser_simd.h | 22 +-
.../aggregate_function_collect.h | 2 +-
.../aggregate_function_distinct.h | 2 +-
be/src/vec/functions/function_string.h | 13 +-
be/src/vec/sink/load_stream_stub.cpp | 2 +-
build.sh | 1 +
cloud/CMakeLists.txt | 4 +
cloud/src/common/config.h | 9 +
cloud/src/meta-service/CMakeLists.txt | 1 +
cloud/src/meta-service/injection_point_http.cpp | 226 +++++++++++++++++++++
cloud/src/meta-service/meta_service.cpp | 55 +++--
cloud/src/meta-service/meta_service_http.cpp | 4 +
cloud/src/meta-service/meta_service_resource.cpp | 3 +-
cloud/src/meta-service/meta_service_txn.cpp | 2 +-
cloud/src/meta-service/txn_lazy_committer.cpp | 5 +-
cloud/src/recycler/hdfs_accessor.cpp | 1 +
cloud/src/recycler/recycler.cpp | 221 ++++++++++++++++----
cloud/test/meta_service_test.cpp | 55 +++++
cloud/test/recycler_test.cpp | 136 +++++++++++++
common/cpp/sync_point.h | 2 +-
dist/NOTICE-dist.txt | 2 +-
.../apache/doris/cloud/catalog/CloudPartition.java | 14 +-
.../doris/cloud/system/CloudSystemInfoService.java | 56 ++---
.../property/constants/S3Properties.java | 2 +
.../external_table_p0/jdbc/test_jdbc_query_tvf.out | Bin 2342 -> 2354 bytes
.../test_switch_catalog_and_delete_internal.out | Bin 107 -> 133 bytes
regression-test/data/json_p0/test_json_double.csv | 2 +
.../data/json_p0/test_json_load_double.out | Bin 0 -> 271 bytes
.../data/nereids_function_p0/scalar_function/C.out | Bin 13886 -> 13940 bytes
.../mv/external_table/part_partition_invalid.out | Bin 1831 -> 2031 bytes
.../string_functions/test_string_function.out | Bin 4838 -> 4892 bytes
.../suites/auth_p0/test_query_tvf_auth.groovy | 6 +-
...paction_with_dup_key_max_file_size_limit.groovy | 6 +-
.../test_switch_catalog_and_delete_internal.groovy | 10 +-
.../suites/inverted_index_p2/test_show_data.groovy | 4 +-
.../test_json_load_double.groovy} | 69 ++++---
.../suites/metrics_p0/test_version_metrics.groovy | 75 +++++++
.../nereids_function_p0/scalar_function/C.groovy | 2 +-
.../external_table/part_partition_invalid.groovy | 15 +-
.../mv/is_in_debug_mode/is_in_debug_mode.groovy | 40 ++--
.../mv/union_rewrite/usercase_union_rewrite.groovy | 3 +
regression-test/suites/opensky_p2/load.groovy | 4 +-
.../string_functions/test_string_function.groovy | 2 +
.../vault_p0/create/test_create_vault.groovy | 63 ++++++
48 files changed, 950 insertions(+), 209 deletions(-)
create mode 100644 cloud/src/meta-service/injection_point_http.cpp
create mode 100644 regression-test/data/json_p0/test_json_double.csv
create mode 100644 regression-test/data/json_p0/test_json_load_double.out
copy regression-test/suites/{jsonb_p0/test_jsonb_cast.groovy =>
json_p0/test_json_load_double.groovy} (52%)
create mode 100644
regression-test/suites/metrics_p0/test_version_metrics.groovy
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]