Hisoka-X commented on code in PR #2833:
URL: 
https://github.com/apache/incubator-seatunnel/pull/2833#discussion_r976469785


##########
seatunnel-formats/seatunnel-format-json/src/main/java/org/apache/seatunnel/format/json/JsonToRowConverters.java:
##########
@@ -107,6 +114,31 @@ private JsonToRowConverter 
createNotNullConverter(SeaTunnelDataType<?> type) {
                 return this::convertToBytes;
             case DECIMAL:
                 return createDecimalConverter((BasicType<BigDecimal>) type);
+            case ARRAY:
+                ArrayType arrayType = (ArrayType) type;

Review Comment:
   Please extract method, same with other type



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