jonkeane commented on issue #43317: URL: https://github.com/apache/arrow/issues/43317#issuecomment-2261299681
Looks like tidyquery is still an issue (I'm surprised we didn't catch this the first time we ran through those!) I'm seeing a bunch of errors like this one. Which I suspect are coming from https://github.com/apache/arrow/blob/7e50097ba4239cf9368b77f438d877d4176141c9/r/R/dplyr-eval.R#L204 ``` ✖ | 3 1 1 | arrow-dataset ────────────────────────────────────────────────────────────────────────────────────────────────── Error (test-arrow-dataset.R:3:3): Simple SELECT example query #1 returns expected result on Arrow Dataset Error in `match.call()`: ... used in a situation where it does not exist Backtrace: ▆ 1. ├─testthat::expect_equal(...) at test-arrow-dataset.R:3:3 2. │ └─testthat::quasi_label(enquo(object), label, arg = "object") 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 4. ├─... %>% as.data.frame() 5. ├─base::as.data.frame(.) 6. ├─tidyquery::query("SELECT Species, COUNT(*) AS n FROM iris_ad GROUP BY Species") 7. │ └─tidyquery:::query_(data, sql, TRUE) at tidyquery-9546a7d191009cc56c2c11c5a54c33d3330a42f3/R/query.R:77:3 8. │ └─... %>% verb(ungroup) at tidyquery-9546a7d191009cc56c2c11c5a54c33d3330a42f3/R/query.R:275:7 9. ├─tidyquery:::verb(., ungroup) 10. │ └─base::paste(...) at tidyquery-9546a7d191009cc56c2c11c5a54c33d3330a42f3/R/query.R:450:3 11. ├─tidyquery:::verb(...) 12. │ └─input$data %>% fun(...) at tidyquery-9546a7d191009cc56c2c11c5a54c33d3330a42f3/R/query.R:450:3 13. ├─dplyr (local) fun(., ...) 14. └─arrow:::summarise.arrow_dplyr_query(., ...) 15. ├─arrow:::try_arrow_dplyr(...) 16. │ └─base::evalq(call <- match.call(), parent) 17. │ └─base::evalq(call <- match.call(), parent) 18. └─base::match.call() ``` -- 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]
