|
|
79662fcc94
|
[branch-2.1](functions) clean some ip functions code and make IS_IP_ADDRESS_IN_RANGE DEPENDS_ON_ARGUMENT (#45358)
pick https://github.com/apache/doris/pull/35239
add special logic to deal smooth upgrade
The origin PR is https://github.com/apache/doris/pull/35239. for
branch-3.0 it was merged in 3.0.0 but forgot to register old version.
now in branch-3.0 we fix it in
https://github.com/apache/doris/pull/45428 which must be merged in
3.0.4. and do same thing in this PR which must be merged in 2.1.8.
then:
```
FROM TO result
217- 218+ ✅
217- 303- 💥
218+ 303- ✅
218+ 304+ ✅
303- 304+ ✅
```
this is our best result.
|
2024-12-17 11:51:07 +08:00 |
|
|
|
c9801f7a38
|
branch-2.1: [Bug](function) fix cut_ipv6 function error about modify the input column data #43921 (#44180)
Cherry-picked from #43921
Co-authored-by: zhangstar333 <zhangsida@selectdb.com>
|
2024-11-19 17:27:29 +08:00 |
|
|
|
7687f2c53a
|
[fix](ip-funcs) fix ip inet6_aton funcs #39415 (#39513)
|
2024-08-17 10:56:06 +08:00 |
|
|
|
5f77f909d9
|
[cherry-pick](branch-2.1) Pick "[feature](function) support ip functions named ipv4_to_ipv6 and cut_ipv6" (#39058)
## Proposed changes
Issue Number: close #xxx
<!--Describe your changes.-->
pick https://github.com/apache/doris/pull/36883 and
https://github.com/apache/doris/pull/35239
|
2024-08-10 18:37:11 +08:00 |
|
|
|
ca0e44f83f
|
[fix](case) fix struct format out files (#37350) (#37499)
bp #37350
|
2024-07-09 10:11:50 +08:00 |
|
|
|
ceef9ee123
|
[feature](serde) support presto compatible output format (#37039) (#37253)
bp #37039
|
2024-07-04 13:56:05 +08:00 |
|
|
|
9b712b03b4
|
[FIX]fix is_ip_address_in_range func with const param (#34266)
|
2024-05-10 14:37:20 +08:00 |
|
|
|
20bd0c2987
|
[FIX](cases )fix ipv6 value for regress case
|
2024-04-29 13:37:29 +08:00 |
|
|
|
8d98c71079
|
[FIX]fix cidr func with const param (#33968)
|
2024-04-24 17:13:50 +08:00 |
|
|
|
8ff8d94697
|
[fix](ip) change IPv6 to little-endian byte order storage (like IPv4) (#30730)
|
2024-02-05 21:56:57 +08:00 |
|
|
|
7e19224a6c
|
[fix](function) fix ipv4 funcs get failed error, improve an ipv6 func and exception message (#30269)
|
2024-01-28 18:25:31 +08:00 |
|
|
|
c7360fd014
|
[feature](function) support ip function named ipv4_cidr_to_range(addr, cidr) (#29819)
* support ip function ipv4_cidr_to_range
* fix ipv4_cidr_to_range function only support ipv4 type
|
2024-01-24 10:02:03 +08:00 |
|
|
|
d5d0e5e611
|
[feature](function) support ip functions named to_ipv4[or_default, or_null](string) and to_ipv6[or_default, or_null](string) (#29838)
|
2024-01-23 10:09:54 +08:00 |
|
|
|
dfde10d4c8
|
[improvement](function) switch inet(6)_aton alias origin function (#30196)
|
2024-01-23 10:09:54 +08:00 |
|
|
|
ead3b4ac1d
|
[feature](function) support ip function is_ipv4_compat, is_ipv4_mapped (#29954)
|
2024-01-23 10:07:51 +08:00 |
|
|
|
97b2a3b993
|
[improvement](ip function) refactor some ip functions and remove dirty codes (#30080)
|
2024-01-19 15:48:56 +08:00 |
|
|
|
66513d57f9
|
[feature](function) support ip function named ipv6_cidr_to_range(addr, cidr) (#29812)
|
2024-01-16 18:42:09 +08:00 |
|
|
|
1998735432
|
[Improvement](function) enable ipv6_num_to_string function to support handling of IPv6 type (#29886)
Enable ipv6_num_to_string function to handle IPv6 type normally in addition to handling 16 byte string types
|
2024-01-16 18:30:23 +08:00 |
|
|
|
be56bf06cf
|
[feature](function) support ip function named is_ip_address_in_range(addr, cidr) (#29681)
|
2024-01-12 11:44:21 +08:00 |
|
|
|
eb4c389b0b
|
[feature](function) support ip functions isipv4string and isipv6string (#28556)
|
2024-01-07 13:03:11 +08:00 |
|
|
|
7402fee1fc
|
[feature](function) support ip function ipv6_string_to_num(_or_default, _or_null), inet6_aton (#28361)
|
2024-01-05 19:24:45 +08:00 |
|
|
|
2e1ce758f1
|
[feature](function) support ip function ipv6numtostring(alias inet6_ntoa) (#27342)
|
2023-12-02 11:48:19 +08:00 |
|
|
|
334260dff7
|
[feature](function) support ip function ipv4stringtonum(ordefault, ornull), inet_aton (#25510)
|
2023-11-17 10:27:07 +08:00 |
|
|
|
e0b20f0437
|
[feature](function) add ip function ipv4numtostring (alias inet_ntoa) (#20936)
|
2023-06-27 10:17:40 +08:00 |
|