Hisoka-X commented on code in PR #7820:
URL: https://github.com/apache/seatunnel/pull/7820#discussion_r1798692957


##########
seatunnel-api/src/main/java/org/apache/seatunnel/api/table/type/SqlType.java:
##########
@@ -41,5 +41,6 @@ public enum SqlType {
     BFLOAT16_VECTOR,
     SPARSE_FLOAT_VECTOR,
     ROW,
-    MULTIPLE_ROW;
+    MULTIPLE_ROW,
+    INET;

Review Comment:
   > It seems to me that there is no need for INET, which can be transferred in 
string with ST
   
   +1



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

Reply via email to