Uh oh!
There was an error while loading. Please reload this page.
[fix](ip) fix ip nullable param without check - #44700
Conversation
doris-robot
commented
Nov 27, 2024
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
amorynan
commented
Nov 28, 2024
run buildall |
doris-robot
commented
Nov 28, 2024
TeamCity be ut coverage result: |
PR approved by at least one committer and no changes requested. |
PR approved by anyone and no changes requested. |
amorynan
commented
Nov 30, 2024
run buildall |
doris-robot
commented
Nov 30, 2024
TeamCity be ut coverage result: |
PR approved by at least one committer and no changes requested. |
amorynan
commented
Dec 2, 2024
run buildall |
PR approved by at least one committer and no changes requested. |
doris-robot
commented
Dec 2, 2024
TeamCity be ut coverage result: |
if we use ipv6_cidr_to_range function with nullable func which with
invalid ipv6 will make be core
```
mysql> select id, ipv6_cidr_to_range(nullable(''), 32) from fn_test_ip_nullable order by id;
```if we use ipv6_cidr_to_range function with nullable func which with
invalid ipv6 will make be core
```
mysql> select id, ipv6_cidr_to_range(nullable(''), 32) from fn_test_ip_nullable order by id;
```if we use ipv6_cidr_to_range function with nullable func which with
invalid ipv6 will make be core
```
mysql> select id, ipv6_cidr_to_range(nullable(''), 32) from fn_test_ip_nullable order by id;
```
### What problem does this PR solve?
Related PR: #44700if we use ipv6_cidr_to_range function with nullable func which with
invalid ipv6 will make be core
```
mysql> select id, ipv6_cidr_to_range(nullable(''), 32) from fn_test_ip_nullable order by id;
```
What problem does this PR solve?
if we use ipv6_cidr_to_range function with nullable func which with invalid ipv6 will make be core