westonpace commented on code in PR #13541:
URL: https://github.com/apache/arrow/pull/13541#discussion_r927936045


##########
r/R/query-engine.R:
##########
@@ -191,7 +192,7 @@ ExecPlan <- R6Class("ExecPlan",
       }
       node
     },
-    Run = function(node) {
+    Run = function(node, explain = FALSE) {

Review Comment:
   Creating an exec plan: None
   Calling StartProducing: All of it
   
   You can call StopProducing after you call StartProducing but that isn't 
great right now (we still fully consume whatever files we happen to be reading 
at the moment) and will hopefully get better.



-- 
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]

Reply via email to