laglangyue commented on PR #2637: URL: https://github.com/apache/incubator-seatunnel/pull/2637#issuecomment-1237312826
> when I check again, I find a bug. It's time type convert: > > localTime (source) ->Timestamp(spark)->LocalDatetime(sink), sink only know timestamp ,and can't distinguish between time and timestamp. maybe we need a new Type for time org.apache.seatunnel.translation.spark.common.utils.TypeConverterUtils and I get a idea, we can transform time and timestamp to timestamp, and value of `int `is time, value of `long `is timestamp, time use the EpochOf Day -- 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]
