adriangb opened a new issue, #19471: URL: https://github.com/apache/datafusion/issues/19471
```sql explain select date_bin($resolution::interval, now()); ``` Fails with: ``` Error during planning: Failed to coerce arguments to satisfy a call to 'date_bin' function: coercion from Null, Timestamp(ns) to the signature ... ``` I'm not sure if something could be done here, but I wanted to note it. cc @phillipleblanc -- 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]
