CosmosNi commented on code in PR #7820:
URL: https://github.com/apache/seatunnel/pull/7820#discussion_r1798344344
##########
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:
and for source,when the schema is automatically obtained,
PostgresTypeConverter class does not support the data type "inet",so an error
was reported before transform.
![Uploading image.png…]()
--
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]