paleolimbot commented on code in PR #13541: URL: https://github.com/apache/arrow/pull/13541#discussion_r924411496
########## r/tests/testthat/test-dplyr-query.R: ########## @@ -433,3 +433,343 @@ test_that("query_can_stream()", { query_can_stream() ) }) + +test_that("show_exec_plan(), show_query() and explain()", { + # minimal test - this fails if we don't coerce the input to `show_exec_plan()` + # to be an `arrow_dplyr_query` + expect_output( Review Comment: I see - I'm happy to defer to an earlier review to keep you from going in circles! -- 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