You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "paleolimbot (via GitHub)" <gi...@apache.org> on 2023/02/27 02:54:59 UTC

[GitHub] [arrow-nanoarrow] paleolimbot commented on issue #121: [R] Make sure tests pass without Arrow + Dataset

paleolimbot commented on issue #121:
URL: https://github.com/apache/arrow-nanoarrow/issues/121#issuecomment-1445612589

   ...and when `Sys.timezone()` errors (e.g., on `docker run --rm -it alpine:latest`).
   
   ```
   ══ Failed tests ═════════════════════════════════════════════════════════════════════════════════════════════════════════════════════
   ── Error (test-schema.R:59): infer_nanoarrow_schema() methods work for built-in types ──
   Error in `na_timestamp(timezone = tz)`: `timezone` must be character(1)
   Backtrace:
       ▆
    1. ├─testthat::expect_identical(...) at test-schema.R:59:2
    2. │ └─testthat::quasi_label(enquo(object), label, arg = "object")
    3. │   └─rlang::eval_bare(expr, quo_get_env(quo))
    4. ├─nanoarrow::infer_nanoarrow_schema(time)
    5. └─nanoarrow:::infer_nanoarrow_schema.POSIXct(time)
    6.   └─nanoarrow::na_timestamp(timezone = tz)
   ```


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org