dwsmith1983 commented on issue #2014: URL: https://github.com/apache/datafusion-comet/issues/2014#issuecomment-5637500033
`date_format` is supported since #3201 (68f127b75). `CometDateFormat` in spark/src/main/scala/org/apache/comet/serde/datetime.scala maps the common literal formats to DataFusion's `to_char` natively and routes every other format or timezone combination through the codegen dispatcher, so the expression runs inside the Comet pipeline in all cases; docs/source/user-guide/latest/expressions.md lists it as supported (Hybrid). Suggest closing. -- 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]
