zhiqiang-hhhh commented on code in PR #33968:
URL: https://github.com/apache/doris/pull/33968#discussion_r1575559245
##########
regression-test/suites/query_p0/sql_functions/ip_functions/test_ipv6_cidr_to_range_function.groovy:
##########
@@ -48,6 +48,7 @@ suite("test_ipv6_cidr_to_range_function") {
"""
qt_sql "select id, struct_element(ipv6_cidr_to_range(addr, cidr), 'min')
as min_range, struct_element(ipv6_cidr_to_range(addr, cidr), 'max') as
max_range from test_ipv6_cidr_to_range_function order by id"
+ qt_sql "select id, ipv6_cidr_to_range(addr, 16) from
test_ipv6_cidr_to_range_function order by id;"
Review Comment:
`select id, ipv6_cidr_to_range("ffff:0000:0000:0000:0000:0000:0000:0000",
cidr) from test_ipv6_cidr_to_range_function order by id;`
`select number,
ipv6_cidr_to_range("ffff:0000:0000:0000:0000:0000:0000:0000", 16) from
numbers("number"="10") order by number`
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]