This is an automated email from the ASF dual-hosted git repository.
lihaopeng pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
from 5c1e1c42b2a [Enhancement](group commit) Optimize group commit block
sink wal disk space log #30811
add 6b7633626ac [fix](ip) change IPv6 to little-endian byte order storage
(like IPv4) (#30730)
No new revisions were added by this update.
Summary of changes:
be/src/vec/columns/column_vector.h | 21 --
be/src/vec/common/format_ip.cpp | 114 -----------
be/src/vec/common/format_ip.h | 198 ++++++++++++++----
be/src/vec/common/ipv6_to_binary.h | 13 +-
be/src/vec/functions/function_ip.h | 62 ++++--
be/src/vec/runtime/ip_address_cidr.h | 14 +-
be/src/vec/runtime/ipv4_value.h | 10 +-
be/src/vec/runtime/ipv6_value.h | 14 +-
be/test/vec/runtime/ip_value_test.cpp | 118 +++++++++++
.../data/datatype_p0/ip/test_ip_basic.out | 225 +++++++++++++++++++++
.../ip_functions/test_ip_functions.out | 17 +-
.../suites/datatype_p0/ip/test_ip_basic.groovy | 41 ++++
.../ip_functions/test_ip_functions.groovy | 6 +
.../test_ipv6_cidr_to_range_function.groovy | 1 +
.../test_is_ip_address_in_range_function.groovy | 55 ++---
15 files changed, 669 insertions(+), 240 deletions(-)
create mode 100644 be/test/vec/runtime/ip_value_test.cpp
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]