PayneZx commented on issue #4654:
URL: 
https://github.com/apache/incubator-seatunnel/issues/4654#issuecomment-1519621040

   I originally added an instance of datetime to `BasicType`,and modify ` 
equals` function for datetime type.But when I try to add type process in 
`TypeConvertUtil.valueUnwrap`, in ArrayType check add code,like
   ```
               } else if (LocalDateTime[].class.equals(typeClass)) {
                   return record.asArray(LocalDateTime.class);
   ```
   it can't  work,error message is `Cannot cast java.time.OffsetDateTime to 
java.sql.Timestamp`. Now i don't how to complete this part of the conversion.


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