amoeba commented on PR #49867:
URL: https://github.com/apache/arrow/pull/49867#issuecomment-4323489594
Removing the tzdata install step caused the expected failures:
```
── Error ('test-dplyr-funcs-datetime.R:3723:3'): timestamp rounding takes
place in local time ──
Error in `compute.arrow_dplyr_query(x)`: Invalid: Cannot locate or parse
timezone 'UTC': Timezone database not found at
"C:\Users\runneradmin\Downloads\tzdata"
Backtrace:
▆
1. ├─arrow (local) check_timezone_rounding_vs_lubridate(tz_times, ".001
second") at test-dplyr-funcs-datetime.R:3723:3
```
but also a ton more, such as,
```
── Error ('test-dplyr-query.R:650:3'): Scalars in expressions match the type
of the field, if possible ──
Error: Error: NotImplemented: Function 'greater' has no kernel matching
input types (timestamp[us, tz=UTC], string)
── Error ('test-dplyr-funcs-type.R:974:3'): format date/time
───────────────────
Error in `compute.arrow_dplyr_query(x)`: Invalid: Cannot locate or parse
timezone 'Pacific/Marquesas': Timezone database not found at
"C:\Users\runneradmin\Downloads\tzdata"
```
so that's fun.
--
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]