hailin0 commented on code in PR #7820:
URL: https://github.com/apache/seatunnel/pull/7820#discussion_r1798223856
##########
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:
+1
##########
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:
cc @Hisoka-X
##########
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:
Seatunnel built-in data types require a high degree of abstraction
--
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]