CosmosNi commented on code in PR #7820:
URL: https://github.com/apache/seatunnel/pull/7820#discussion_r1798338202
##########
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:
@hailin0 @corgy-w When for sink,pg table also uses the inet type,this
cannot be written
--
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]