thisisnic commented on PR #41425:
URL: https://github.com/apache/arrow/pull/41425#issuecomment-2081807931

   I'm not entirely sure this makes sense to add; since the original issue was 
opened, we've mostly satisfied the original use case as we implemented 
`glimpse()`, and calling `head()` then `collect()` makes a lot of sense as a 
workflow for previewing results, as we are explicitly pulling the data into R 
with those.
   
   For this to make sense, we'd need to swap out the R types for the Arrow 
types, and document this as something that could be useful after calling 
`compute()` or working intentionally with Arrow Tables to preserve the type etc.
   
   We still have the schema printing with Datasets, unless we want to extend 
this to those too, but then are we going to only do it for local 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