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: commits-unsubscr...@doris.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to