amorynan commented on code in PR #33968:
URL: https://github.com/apache/doris/pull/33968#discussion_r1574417421


##########
regression-test/suites/query_p0/sql_functions/ip_functions/test_ipv4_cidr_to_range.groovy:
##########
@@ -46,6 +46,7 @@ suite("test_ipv4_cidr_to_range") {
         """
 
     qt_sql "select id, struct_element(ipv4_cidr_to_range(addr, cidr), 'min') 
as min_range, struct_element(ipv4_cidr_to_range(addr, cidr), 'max') as 
max_range from test_ipv4_cidr_to_range order by id"
+    qt_sql "select id, ipv4_cidr_to_range(addr, 16) from 
test_ipv4_cidr_to_range order by id;"

Review Comment:
   make sense!



-- 
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]

Reply via email to