CosmosNi commented on code in PR #8016:
URL: https://github.com/apache/seatunnel/pull/8016#discussion_r1838324910
##########
seatunnel-transforms-v2/src/main/java/org/apache/seatunnel/transform/sql/zeta/functions/SystemFunction.java:
##########
@@ -70,11 +68,13 @@ public static Object nullif(List<Object> args) {
return v1;
}
- public static Object array(List<Object> args) {
+ public static String[] array(List<Object> args) {
Review Comment:
case ZetaSQLFunction.ARRAY:
return ArrayType.STRING_ARRAY_TYPE;
Then we need to dynamically generate the returned ArrayType.
--
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]