comphead commented on issue #5164:
URL:
https://github.com/apache/arrow-datafusion/issues/5164#issuecomment-1488815495
```
DataFusion CLI v21.0.0
❯ select '2000-01-01T00:00:00'::timestamp::timestamptz =
'2000-01-01T00:00:00';
+-----------------------------------------------------------+
| Utf8("2000-01-01T00:00:00") = Utf8("2000-01-01T00:00:00") |
+-----------------------------------------------------------+
| true |
+-----------------------------------------------------------+
1 row in set. Query took 0.006 seconds.
❯
```
That finally works after Arrow 36.0.0, I'll create a PR with tests
@alamb
--
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]