mosence commented on code in PR #10000:
URL: https://github.com/apache/seatunnel/pull/10000#discussion_r2522207755


##########
seatunnel-transforms-v2/src/main/java/org/apache/seatunnel/transform/sql/zeta/ZetaSQLFunction.java:
##########
@@ -340,6 +340,9 @@ public Object computeForValue(Expression expression, 
Object[] inputFields) {
                     }
                     parDataType = ((SeaTunnelRowType) 
parDataType).getFieldType(idx);
                     res = parRowValues.getFields()[idx];
+                    if (res == null) {

Review Comment:
   If Json do not use this type: _MapType_. Ignore it.



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