BenJFan commented on issue #1551:
URL: 
https://github.com/apache/incubator-seatunnel/issues/1551#issuecomment-1078741067


   > > > 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
   > 
   > It doesn't work,But you inspired me,My way:
   > 
   > ```
   > select prod_sn,cast(create_time as timestamp) as create_time from 
default.prod_info
   > ```
   > 
   > It takes effect!Thanks a lot for your participating 👍
   
   Glad to help you


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