ablack3 commented on issue #32705: URL: https://github.com/apache/arrow/issues/32705#issuecomment-1476118830
This change is confusing to me as a user. `dplyr::pull` always returns a vector currently regardless of the type of datastore being used (`data.frame`, `data.table`, `dbplyr::remote_con`). I agree there should be a way to return a chunked array I'm just not sure it should be `pull`. Currently `pull` is type-stable in that it always returns a vector which is nice for users. @hadley, @thisisnic what do you think? -- 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]
