Hisoka-X commented on code in PR #9600:
URL: https://github.com/apache/seatunnel/pull/9600#discussion_r2222300553


##########
seatunnel-transforms-v2/src/main/java/org/apache/seatunnel/transform/sql/zeta/ZetaSQLType.java:
##########
@@ -85,6 +86,24 @@ public class ZetaSQLType {
     public static final String TIME = "TIME";
     public static final String BOOLEAN = "BOOLEAN";
 
+    public static final List<SqlType> DATETIME_CAST_TYPES =

Review Comment:
   Thanks @liuwei178 . Can we refactor it and move the cast-related logic and 
validation rules into separate classes?



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