comphead commented on issue #4644:
URL:
https://github.com/apache/arrow-datafusion/issues/4644#issuecomment-1358152501
Simpler reproduce case
```
❯ select * from (select now() as n) a where n = '2000-01-01'::date;
Internal("The type of Timestamp(Nanosecond, Some(\"+00:00\")) = Date32 of
binary physical should be same")
```
--
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]