alamb commented on issue #3157:
URL:
https://github.com/apache/arrow-datafusion/issues/3157#issuecomment-1724679077
This query now works in datafusion 31:
```
DataFusion CLI v31.0.0
❯ select time '00:00:00' = time '00:00:00';
+-------------------------------------+
| Utf8("00:00:00") = Utf8("00:00:00") |
+-------------------------------------+
| true |
+-------------------------------------+
1 row in set. Query took 0.002 seconds.
```
Presumably due to all the work from @tustvold and @berkaysynnada getting
these kernels in good shape
--
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]