paleolimbot commented on code in PR #13397: URL: https://github.com/apache/arrow/pull/13397#discussion_r925954210
########## r/R/query-engine.R: ########## @@ -209,7 +209,8 @@ ExecPlan <- R6Class("ExecPlan", sorting$orders <- as.integer(sorting$orders) } - out <- ExecPlan_run( + exec_fun <- if (as_table) ExecPlan_read_table else ExecPlan_run Review Comment: I added some (hopefully intelligible) text here...let me know if there's something missing! -- 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