kou commented on PR #46990: URL: https://github.com/apache/arrow/pull/46990#issuecomment-3034696983
Hmm... They don't work... https://dev.azure.com/ursacomputing/crossbow/_build/results?buildId=70218&view=logs&j=0da5d1d9-276d-5173-c4c4-9d4d4ed14fdb&t=6c939d89-0d1a-51f2-8b30-091a7a82e98c&l=24235 ```text ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-dplyr-filter.R:295:5'): Filtering on a column that doesn't exist errors correctly ── <validation_error/rlang_error/error/condition> Error in `not_a_col == 42`: object 'not_a_col' not found 9. ├─testthat::expect_error(...) 10. │ └─testthat:::expect_condition_matching(...) 11. │ └─testthat:::quasi_capture(...) 12. │ ├─testthat (local) .capture(...) 13. │ │ └─base::withCallingHandlers(...) 14. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 15. ├─Table$create(tbl) %>% mutate(newvar = NOTAVAR + 2) 16. ├─dplyr::mutate(., newvar = NOTAVAR + 2) 17. └─arrow:::mutate.ArrowTabular(., newvar = NOTAVAR + 2) 18. ├─arrow:::try_arrow_dplyr(...) 19. │ ├─base::tryCatch(...) 20. │ │ └─base (local) tryCatchList(expr, classes, parentenv, handlers) 21. │ │ └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]]) 22. │ │ └─base (local) doTryCatch(return(expr), name, parentenv, handler) 23. │ └─base::eval(expr, parent) 24. └─arrow:::arrow_eval(exprs[[i]], mask) 25. └─base::tryCatch(...) 26. └─base (local) tryCatchList(expr, classes, parentenv, handlers) 27. └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]]) 28. └─value[[3L]](cond) 29. └─arrow:::validation_error(msg, call = expr) 30. └─rlang::abort(...) [ FAIL 2 | WARN 2 | SKIP 30 | PASS 8283 ] ``` -- 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-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org