paleolimbot commented on PR #34825: URL: https://github.com/apache/arrow/pull/34825#issuecomment-1495217862
I see...I would be +1 on having `read_xxx()` and `dplyr::collect()` always return tibbles (and adding tibble as a Imports dependency since not all of that requires dplyr). I think functionally that happened almost all of the time anyway (just via automagic metadata restoration instead of an explicit `as_tibble()` call. Having the explicit `as_tibble()` call is better, too, because with automagic metadata restoration the "tibble" namespace isn't necessarily loaded (meaning the nice print method and subset rules may or may not kick in depending on what libraries a user has loaded in their session). -- 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]
