ruanwenjun commented on code in PR #4075:
URL: 
https://github.com/apache/incubator-seatunnel/pull/4075#discussion_r1101062461


##########
seatunnel-api/src/main/java/org/apache/seatunnel/api/table/type/SeaTunnelDataType.java:
##########
@@ -33,4 +33,9 @@
      * Gets the SQL standard type represented by this data type.
      */
     SqlType getSqlType();
+
+    default Integer getLength() {

Review Comment:
   Yes, I have remove this method, this method is used to define the column 
length, e.g varcher(256).
   This method has been moved in `Column`, and I will remove this in 
SeaTunnelDataType.



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