You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Dewey Dunnington (Jira)" <ji...@apache.org> on 2022/12/16 18:41:00 UTC

[jira] [Resolved] (ARROW-18401) [R] Failing test on test-r-rhub-ubuntu-gcc-release-latest

     [ https://issues.apache.org/jira/browse/ARROW-18401?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dewey Dunnington resolved ARROW-18401.
--------------------------------------
    Resolution: Fixed

Issue resolved by pull request 14894
https://github.com/apache/arrow/pull/14894

> [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
>            Assignee: Dewey Dunnington
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 11.0.0
>
>          Time Spent: 4h 20m
>  Remaining Estimate: 0h
>
> 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)