This is an automated email from the ASF dual-hosted git repository.
yiguolei pushed a change to branch auto-pick-61599-branch-4.1
in repository https://gitbox.apache.org/repos/asf/doris.git
discard 6085f93c058 [fix](search) Fix slash character in search query_string
terms (#61599)
add 05c33161b23 pick memcpy alignement and datetime related pr to 4.1
(#61620)
add 12810ef9359 [fix](search) Fix slash character in search query_string
terms (#61599)
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 (6085f93c058)
\
N -- N -- N refs/heads/auto-pick-61599-branch-4.1 (12810ef9359)
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:
.../core/data_type_serde/data_type_bitmap_serde.h | 6 +-
.../data_type_date_or_datetime_serde.cpp | 20 +
.../data_type_date_or_datetime_serde.h | 6 +-
.../data_type_serde/data_type_datetimev2_serde.cpp | 13 +
.../data_type_serde/data_type_datetimev2_serde.h | 7 +-
.../data_type_serde/data_type_datev2_serde.cpp | 13 +
.../core/data_type_serde/data_type_datev2_serde.h | 7 +-
.../data_type_serde/data_type_decimal_serde.cpp | 26 +-
.../core/data_type_serde/data_type_decimal_serde.h | 7 +-
be/src/core/data_type_serde/data_type_hll_serde.h | 7 +-
.../core/data_type_serde/data_type_ipv4_serde.cpp | 9 +
be/src/core/data_type_serde/data_type_ipv4_serde.h | 6 +-
.../core/data_type_serde/data_type_ipv6_serde.cpp | 9 +
be/src/core/data_type_serde/data_type_ipv6_serde.h | 6 +-
.../data_type_serde/data_type_nullable_serde.cpp | 14 +-
.../data_type_serde/data_type_nullable_serde.h | 4 +-
.../data_type_serde/data_type_number_serde.cpp | 31 +
.../core/data_type_serde/data_type_number_serde.h | 7 +-
.../data_type_quantilestate_serde.h | 7 +-
be/src/core/data_type_serde/data_type_serde.h | 51 +-
.../data_type_serde/data_type_string_serde.cpp | 12 +
.../core/data_type_serde/data_type_string_serde.h | 6 +-
be/src/core/data_type_serde/data_type_time_serde.h | 7 +-
.../data_type_serde/data_type_timestamptz_serde.h | 7 +-
be/src/core/memcpy_small.h | 8 +-
be/src/exec/common/hash_table/hash_map_context.h | 41 +-
be/src/storage/delete/delete_handler.cpp | 383 ++----
be/src/storage/index/zone_map/zone_map_index.cpp | 12 +-
be/src/storage/schema_change/schema_change.cpp | 5 +-
be/src/storage/segment/column_reader.cpp | 3 +-
be/src/util/io_helper.h | 8 +
be/test/storage/olap_type_test.cpp | 1424 ++++++++++++++++++++
32 files changed, 1823 insertions(+), 349 deletions(-)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]