dragosmg commented on code in PR #13541:
URL: https://github.com/apache/arrow/pull/13541#discussion_r924237236
##########
r/tests/testthat/test-dataset-dplyr.R:
##########
@@ -340,3 +340,82 @@ test_that("dplyr method not implemented messages", {
fixed = TRUE
)
})
+
+test_that("show_exec_plan(), show_query() and explain() with datasets", {
+ ds <- open_dataset(dataset_dir, partitioning = schema(part = uint8()))
Review Comment:
I really like the idea of `ExecPlan_prepare()`.
--
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]