Omega359 opened a new issue, #19119: URL: https://github.com/apache/datafusion/issues/19119
### Is your feature request related to a problem or challenge? The docs for to_unixtime say "Supports strings, dates, timestamps and double types as input." however that is not actually the case - the currently supported types is Int32, Int64, Null, Float64, Timestamp, and UTF8. The supported data types should be expanded to support all int types, all uint types, all float types, all Utf8 types, and date types. ### Describe the solution you'd like _No response_ ### Describe alternatives you've considered _No response_ ### Additional context This was brought up as part of a review (https://github.com/apache/datafusion/pull/19078#discussion_r2588764837) by @martin-g -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
