nealrichardson commented on code in PR #13170:
URL: https://github.com/apache/arrow/pull/13170#discussion_r875977868
##########
r/R/record-batch-reader.R:
##########
@@ -226,8 +237,8 @@ as_record_batch_reader.Dataset <- function(x, ...) {
#' @rdname as_record_batch_reader
#' @export
as_record_batch_reader.arrow_dplyr_query <- function(x, ...) {
- # TODO(ARROW-15271): make ExecPlan return RBR
- as_record_batch_reader(collect.arrow_dplyr_query(x, as_data_frame = FALSE))
+ # TODO(ARROW-15271): use ExecPlan directly when it handles metadata
Review Comment:
```suggestion
# TODO(ARROW-16607): use ExecPlan directly when it handles metadata
```
--
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]