maruko-code commented on PR #4009:
URL:
https://github.com/apache/incubator-seatunnel/pull/4009#issuecomment-1416777799
> update
org.apache.seatunnel.connectors.seatunnel.maxcompute.util.MaxcomputeTypeMapper#resolveObject
>
> ```java
> switch (fieldType.getSqlType()) {
> case DATE:
> return ((Date) field).toInstant()
> .atZone(ZoneId.systemDefault())
> .toLocalDate()
> .toEpochDay();
> ```
>
> @maruko-code revert other update
>
> #2052
thanks, already updated the code and tested
--
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]