thisisnic commented on issue #15188:
URL: https://github.com/apache/arrow/issues/15188#issuecomment-1568554437
Closing this as I think this has been fixed in another ticket; when I run
the repro on a relatively recent version of the package, I get this:
```
> library(arrow, warn.conflicts = FALSE)
> as_arrow_table(mtcars) |>
+ arrow:::as_adq() |>
+ head(10) |>
+ show_exec_plan()
ExecPlan with 3 nodes:
2:SinkNode{}
1:FetchNode{offset=0 count=10}
0:TableSourceNode{}
```
Feel free to reopen if this is still not working as expected.
--
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]