comphead commented on issue #5507:
URL:
https://github.com/apache/arrow-datafusion/issues/5507#issuecomment-1459080799
```
❯ select extract(microsecond from 123456::timestamp);
+---------------------------------------------+
| datepart(Utf8("MICROSECOND"),Int64(123456)) |
+---------------------------------------------+
| 123.456 |
+---------------------------------------------+
```
The sql repr works better.
Thanks @vrongmeal for reporting the bug.
--
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]