corgy-w commented on code in PR #7820:
URL: https://github.com/apache/seatunnel/pull/7820#discussion_r1798369981
##########
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:
We can increase the pg base type, but we don't need to increase the ST base
type @CosmosNi

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