nianliuu commented on code in PR #7885:
URL: https://github.com/apache/seatunnel/pull/7885#discussion_r1811659482


##########
seatunnel-api/src/main/java/org/apache/seatunnel/api/table/type/BasicType.java:
##########
@@ -24,6 +24,7 @@ public class BasicType<T> implements SeaTunnelDataType<T> {
 
     public static final BasicType<String> STRING_TYPE =
             new BasicType<>(String.class, SqlType.STRING);
+    public static final BasicType<String> JSON_TYPE = new 
BasicType<>(String.class, SqlType.JSON);

Review Comment:
   JSON is a basic type, I think it's reasonable to support it? Or we have to 
check the option for every string type. Lots of DB currently support Json, the 
metadata in Vector DB are all stored as JSON as well.



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