andygrove opened a new issue, #2871:
URL: https://github.com/apache/arrow-datafusion/issues/2871

   **Is your feature request related to a problem or challenge? Please describe 
what you are trying to do.**
   In the SO post 
https://stackoverflow.com/questions/72888852/extract-year-month-day-from-unix-timestamp-column-in-rust-datafusion-dataframe/72941102#72941102
 the user needed help with translating a unixtime to a timestamp. The solution 
now is to use a cast and this is verbose and not obvious. It would be nice to 
have a specific `from_unixtime` function.
   
   **Describe the solution you'd like**
   See https://spark.apache.org/docs/2.3.0/api/sql/index.html#from_unixtime for 
Spark's version
   
   **Describe alternatives you've considered**
   A clear and concise description of any alternative solutions or features 
you've considered.
   
   **Additional context**
   Add any other context or screenshots about the feature request here.
   


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