andygrove opened a new issue, #2633: URL: https://github.com/apache/datafusion-comet/issues/2633
### Describe the bug Currently, Comet only supports a subset of formats. Using an unsupported format causes the query to fail. We should fall back to Spark instead. ```sql SELECT c0, trunc(c0, 'day') from tbl order by c0, c1 ``` Fails: ``` org.apache.comet.CometNativeException: InternalError: Unsupported format: "day" for function 'date_trunc'. ``` ### Steps to reproduce _No response_ ### Expected behavior _No response_ ### Additional context _No response_ -- 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]
