This is an automated email from the ASF dual-hosted git repository.
dataroaring pushed a change to branch auto-pick-53441-branch-3.0
in repository https://gitbox.apache.org/repos/asf/doris.git
discard 47c969ec7c2 [chore](job) display sequence column in show routine load
(#53441)
add 39d7f9e93c3 branch-3.0: [fix](test) change s3 tables name to avoid
conflict(#53433) (#53499)
add 088a1ad0389 branch-3.0: [fix](inverted index) fix memory leak in
inverted index procedure (#53487)
add c451863cf88 branch-3.0: [fix](variant)fix variant type conflicts in
nested types (#52696) (#53123)
add 80644430a22 branch-3.0: [fix](nereids)'VALUES IN' keyword should be
optional in list partition definition #52986 (#53241)
add 9d71ebae8f9 branch-3.0: [fix](cloud) Fix roll-backed cumulative point
of new tablet when doing schema change #53402 (#53446)
add ba48ea5e441 branch-3.0: [fix](regression)Fix test_analyze_mv case.
#53352 (#53475)
add 1fcd24f9f5f [chore](job) display sequence column in show routine load
(#53441)
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 (47c969ec7c2)
\
N -- N -- N refs/heads/auto-pick-53441-branch-3.0 (1fcd24f9f5f)
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/clucene | 2 +-
.../segment_v2/inverted_index_compaction.cpp | 16 +-
.../segment_v2/inverted_index_compound_reader.cpp | 98 ++--
.../segment_v2/inverted_index_compound_reader.h | 22 +-
.../segment_v2/inverted_index_file_reader.cpp | 42 +-
.../rowset/segment_v2/inverted_index_file_reader.h | 8 +-
.../segment_v2/inverted_index_file_writer.cpp | 12 +-
.../segment_v2/inverted_index_fs_directory.cpp | 39 +-
.../segment_v2/inverted_index_fs_directory.h | 2 +-
.../rowset/segment_v2/inverted_index_searcher.cpp | 23 +-
.../rowset/segment_v2/inverted_index_writer.cpp | 20 +-
be/src/vec/columns/column_object.cpp | 55 ++-
be/src/vec/columns/column_object.h | 6 +
be/src/vec/data_types/convert_field_to_type.cpp | 11 +-
be/src/vec/functions/function_cast.h | 30 +-
be/src/vec/json/json_parser.cpp | 12 +-
be/src/vec/json/json_parser.h | 2 +
be/test/vec/columns/column_object_test.cpp | 130 +++++
.../function/cast/function_variant_cast_test.cpp | 466 ++++++++++++++++++
be/test/vec/jsonb/convert_field_to_type_test.cpp | 521 +++++++++++++++++++++
be/test/vec/jsonb/json_parser_test.cpp | 172 +++++++
cloud/src/meta-service/meta_service.cpp | 3 +-
cloud/src/meta-service/meta_service_job.cpp | 9 +-
.../antlr4/org/apache/doris/nereids/DorisParser.g4 | 2 +-
.../iceberg/test_s3tables_write_insert.out | Bin 41743 -> 41551 bytes
regression-test/data/variant_p0/desc.out | Bin 5887 -> 5908 bytes
regression-test/data/variant_p0/nested2.out | Bin 0 -> 4088 bytes
.../iceberg/test_s3tables_insert_overwrite.groovy | 42 +-
.../iceberg/test_s3tables_write_insert.groovy | 63 ++-
.../iceberg/test_s3tables_write_partitions.groovy | 26 +-
...inverted_index_exception_fault_injection.groovy | 9 +-
.../list_partition/test_list_partition.groovy | 6 +-
.../suites/statistics/test_analyze_mv.groovy | 44 +-
regression-test/suites/variant_p0/load.groovy | 1 +
regression-test/suites/variant_p0/nested2.groovy | 151 ++++++
35 files changed, 1792 insertions(+), 253 deletions(-)
create mode 100644 be/test/vec/function/cast/function_variant_cast_test.cpp
create mode 100644 be/test/vec/jsonb/convert_field_to_type_test.cpp
create mode 100644 be/test/vec/jsonb/json_parser_test.cpp
create mode 100644 regression-test/data/variant_p0/nested2.out
create mode 100644 regression-test/suites/variant_p0/nested2.groovy
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]