hailin0 commented on code in PR #6354:
URL: https://github.com/apache/seatunnel/pull/6354#discussion_r1592068141
##########
seatunnel-api/src/main/java/org/apache/seatunnel/api/table/converter/BasicDataConverter.java:
##########
@@ -183,7 +182,7 @@ default Object[] convertArray(ArrayType typeDefine, Object
value)
return list.toArray();
}
if (value instanceof Set) {
- BasicType elementType = typeDefine.getElementType();
+ SeaTunnelDataType elementType = typeDefine.getElementType();
Review Comment:
This class has never been used
--
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]