nealrichardson commented on issue #35593:
URL: https://github.com/apache/arrow/issues/35593#issuecomment-1550350110

   > Do we just want to write bindings for `[[.Dataset` and `$.Dataset` which 
map to `select.Dataset()`?
   
   I don't think so: `[[` and `$` extract from an object, and we don't have the 
concept of a lazy ChunkedArray. `[.Dataset` would return a Dataset (well, 
arrow_dplyr_query)--and in fact it does, it is implemented. 
   
   IMO it could either be implemented as `select |> compute` or `stop("[[ is 
not implemented for Datasets")`


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