thisisnic commented on PR #34825: URL: https://github.com/apache/arrow/pull/34825#issuecomment-1497683708
Given that nobody asked us to implement `as_tibble()` and this is contentious, I'm tempted to reduce the scope of this PR to guaranteeing that `as.data.frame()` returns a base R data.frame, picking a new (internal) function to use in the body of the `read_*()` functions instead of `as.data.frame()`, and not implementing `as_tibble()` in this PR. We'd be left with the problem of still variably returning data.frames vs. tibbles from the `read_*` functions, but can defer that to another discussion/ticket. -- 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]
