Jefffrey commented on issue #3149:
URL:
https://github.com/apache/arrow-datafusion/issues/3149#issuecomment-1454377173
Seems resolved as of latest main:
```bash
jeffrey:~/Code/arrow-datafusion/datafusion-cli$ git rev-parse HEAD
e9852074bacd8c891d84eba38b3417aa16a2d18c
jeffrey:~/Code/arrow-datafusion/datafusion-cli$ cargo run
Finished dev [unoptimized + debuginfo] target(s) in 0.12s
Running
`/media/jeffrey/1tb_860evo_ssd/.cargo_target_cache/debug/datafusion-cli`
DataFusion CLI v19.0.0
❯ select arrow_typeof(now());
+---------------------------------------+
| arrowtypeof(now()) |
+---------------------------------------+
| Timestamp(Nanosecond, Some("+00:00")) |
+---------------------------------------+
1 row in set. Query took 0.003 seconds.
❯ select arrow_typeof(now()::timestamp with time zone);
+---------------------------------------+
| arrowtypeof(now()) |
+---------------------------------------+
| Timestamp(Nanosecond, Some("+00:00")) |
+---------------------------------------+
1 row in set. Query took 0.002 seconds.
❯
```
I think might have been resolved by
https://github.com/apache/arrow-datafusion/pull/3698
cc @waitingkuo @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]