eldenmoon commented on code in PR #39258:
URL: https://github.com/apache/doris/pull/39258#discussion_r1714558859


##########
regression-test/suites/mv_p0/test_row_store/test_row_store.groovy:
##########
@@ -29,4 +29,20 @@ suite ("test_row_store") {
         sql "create materialized view kavg as select k1,k4,avg(k2) from 
d_table group by k1,k4;"
         exception "RowStore table can't create materialized view"
     }
+
+    // test ip type with row store
+    sql """ DROP TABLE IF EXISTS ipv6_row; """
+    sql """ CREATE TABLE ipv6_row (
+             `id` int,
+             `ip_v6` ipv6

Review Comment:
   add ipv4 case



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