paleolimbot commented on PR #34825: URL: https://github.com/apache/arrow/pull/34825#issuecomment-1496116274
As evidenced by the hundreds of test failures when we removed this default, I think our `read_XX()` and `collect()` implementations already returned tibbles (or *might* have returned tibbles): using `as_tibble()` just adds predictability to that process. If data.table wants fread on IPC streams or feather, nanoarrow will probably be a better long-term solution (IPC support is in the C library although I haven't had time to do and R wrapper yet). -- 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]
