nealrichardson commented on code in PR #13397:
URL: https://github.com/apache/arrow/pull/13397#discussion_r915155548
##########
r/R/query-engine.R:
##########
@@ -190,7 +190,7 @@ ExecPlan <- R6Class("ExecPlan",
}
node
},
- Run = function(node) {
+ Run = function(node, as_table = FALSE) {
Review Comment:
> The way this is coded now you can still stream via RecordBatchReader (at
the R level), you just can't do that *and* use a UDF.
Yeah that's what worries me: it's surprising when something works in some
circumstances and not in others, and we don't want to surprise our users like
that. Maybe the exposure is low enough here that it's not a huge problem, I'm
not sure, but it gives me pause.
--
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]