CosmosNi commented on code in PR #7928:
URL: https://github.com/apache/seatunnel/pull/7928#discussion_r1829305069
##########
seatunnel-transforms-v2/src/main/java/org/apache/seatunnel/transform/sql/zeta/ZetaSQLFunction.java:
##########
@@ -193,6 +207,16 @@ public Object computeForValue(Expression expression,
Object[] inputFields) {
if (expression instanceof NullValue) {
return null;
}
+ if (expression instanceof TrimFunction) {
Review Comment:
sql trim() will parse to TrimFunction ,and it is not extends Function.
--
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]