omus commented on PR #482:
URL: https://github.com/apache/arrow-julia/pull/482#issuecomment-2123410362
It looks like the use of `@tz_str` is the issue at the moment. I updated to
use `TimeZone(...)` and got this:
```julia
julia> @time @time_imports using Arrow
...
25.9 ms TimeZones
...
2.8 ms ArrowTypes
19.3 ms Arrow
0.284661 seconds (574.62 k allocations: 41.319 MiB, 14.86% gc time, 20.92%
compilation time)
```
--
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]