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

eldenmoon pushed a change to branch auto-pick-47121-branch-3.0
in repository https://gitbox.apache.org/repos/asf/doris.git


 discard 00e747f7d77 test
 discard 635b751c9bf fix
 discard c3cb7147541 fix
 discard c3c5ea4cb43 [Fix](Variant) fix variant serialize to string (#47121)
     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 7e6fbd6f3cd branch-3.0: [fix](Nereids) insert lock all target tables 
#47033 (#47243)
     add 181c38963ad branch-3.0: [fix](group commit) prepare command should 
consider table may be recreated #46900 (#46923)
     add f24c3ee6413 branch-3.0: [fix](coldheat) fix missing partition's 
storage policy in create_table_like stmt #47009 (#47183)
     add b0d5f9143db branch-3.0: [Bug](runtime-filter) fix missing rf when 
target not exist on backend where the producer is… #47108 (#47247)
     add d09b53873b1 [Fix](Variant) fix variant serialize to string (#47121)
     add df17ce2bfeb fix
     add ad743d308aa fix

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   (00e747f7d77)
            \
             N -- N -- N   refs/heads/auto-pick-47121-branch-3.0 (ad743d308aa)

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/cloud/cloud_schema_change_job.cpp           |   5 -
 be/src/exprs/runtime_filter.cpp                    |  50 ++--
 be/src/io/cache/cached_remote_file_reader.cpp      |  10 +-
 be/src/io/cache/cached_remote_file_reader.h        |   2 +-
 be/src/olap/rowset/segment_creator.cpp             |   2 -
 be/src/olap/rowset/segment_creator.h               |   1 -
 .../rowset/segment_v2/hierarchical_data_reader.cpp |   2 -
 be/src/olap/rowset/segment_v2/segment_iterator.cpp |   2 +-
 be/src/runtime/runtime_filter_mgr.cpp              |  10 -
 be/src/runtime/runtime_filter_mgr.h                |   1 -
 be/src/util/jsonb_parser_simd.h                    |  22 +-
 .../aggregate_function_collect.h                   |   2 +-
 .../aggregate_function_distinct.h                  |   2 +-
 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/catalog/ListPartitionInfo.java    |   4 +
 .../apache/doris/catalog/RangePartitionInfo.java   |   3 +
 .../apache/doris/cloud/catalog/CloudPartition.java |  14 +-
 .../doris/cloud/system/CloudSystemInfoService.java |  56 ++--
 .../property/constants/S3Properties.java           |   2 +
 .../commands/insert/InsertIntoTableCommand.java    |  11 +-
 .../apache/doris/planner/GroupCommitPlanner.java   |   1 +
 .../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
 .../mv/external_table/part_partition_invalid.out   | Bin 1831 -> 2031 bytes
 .../join/test_low_bucket/test_low_bucket.out       | Bin 0 -> 945 bytes
 .../test_modify_reorder_column.out                 | Bin 1210 -> 1043 bytes
 .../suites/auth_p0/test_query_tvf_auth.groovy      |   6 +-
 .../create_table_use_partition_policy.groovy       |  55 +++-
 ...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 ++++++
 .../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 +-
 .../join/test_low_bucket/test_low_bucket.groovy    | 285 +++++++++++++++++++++
 .../test_modify_reorder_column.groovy              |  26 +-
 .../vault_p0/create/test_create_vault.groovy       |  63 +++++
 60 files changed, 1337 insertions(+), 263 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
 create mode 100644 
regression-test/data/query_p0/join/test_low_bucket/test_low_bucket.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
 create mode 100644 
regression-test/suites/query_p0/join/test_low_bucket/test_low_bucket.groovy


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

Reply via email to