You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@seatunnel.apache.org by GitBox <gi...@apache.org> on 2022/03/25 06:58:45 UTC

[GitHub] [incubator-seatunnel] BenJFan edited a comment on issue #1551: [Bug] [Module Name] Hive to ClickHouse Error : java.lang.String cannot be cast to java.sql.Timestamp

BenJFan edited a comment on issue #1551:
URL: https://github.com/apache/incubator-seatunnel/issues/1551#issuecomment-1078715141


   > Hive is not support DateTime function.
   
   how about this :select prod_sn,cast(unix_timestamp((substring(create_time,1,19))) as timestamp) as create_time from default.prod_info 


-- 
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: commits-unsubscribe@seatunnel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org