Dewey Dunnington created ARROW-18401:
----------------------------------------
Summary: [R] Failing test on test-r-rhub-ubuntu-gcc-release-latest
Key: ARROW-18401
URL: https://issues.apache.org/jira/browse/ARROW-18401
Project: Apache Arrow
Issue Type: Improvement
Components: R
Reporter: Dewey Dunnington
I think this is an R problem where there is a string that is not getting
converted to a timestamp (given that the kernel that's mentioned that doesn't
exist probably doesn't and shouldn't exist).
https://dev.azure.com/ursacomputing/crossbow/_build/results?buildId=40090&view=logs&j=0da5d1d9-276d-5173-c4c4-9d4d4ed14fdb&t=d9b15392-e4ce-5e4c-0c8c-b69645229181&l=22256
{code:java}
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-dplyr-query.R:694'): Scalars in expressions match the type of
the field, if possible ──
Error: NotImplemented: Function 'greater' has no kernel matching input types
(timestamp[us, tz=UTC], string)
Backtrace:
▆
1. ├─testthat::expect_output(...) at test-dplyr-query.R:694:2
2. │ └─testthat:::quasi_capture(...)
3. │ ├─testthat (local) .capture(...)
4. │ │ └─testthat::capture_output_lines(code, print, width = width)
5. │ │ └─testthat:::eval_with_output(code, print = print, width = width)
6. │ │ ├─withr::with_output_sink(path, withVisible(code))
7. │ │ │ └─base::force(code)
8. │ │ └─base::withVisible(code)
9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
10. ├─tab %>% filter(times > "2018-10-07 19:04:05") %>% ...
11. └─arrow::show_exec_plan(.)
12. ├─arrow::as_record_batch_reader(adq)
13. └─arrow:::as_record_batch_reader.arrow_dplyr_query(adq)
14. └─plan$Build(x)
15. └─node$Filter(.data$filtered_rows)
16. ├─self$preserve_extras(ExecNode_Filter(self, expr))
17. └─arrow:::ExecNode_Filter(self, expr)
{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)