Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
Description
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).
══ 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)
Attachments
Issue Links
- links to