jonkeane commented on a change in pull request #12179:
URL: https://github.com/apache/arrow/pull/12179#discussion_r788940238
##########
File path: r/tests/testthat/test-dplyr-join.R
##########
@@ -90,8 +90,56 @@ test_that("Error handling", {
left_tab %>%
left_join(to_join, by = "not_a_col") %>%
collect(),
- "all(names(by) %in% names(x)) is not TRUE",
- fixed = TRUE
+ "Join columns must be present in data"
+ )
+
+ # we print both message_x and message_y with an unnamed `by` vector
Review comment:
That Jira is great, please to update it to reflect this thinking
--
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]