ateucher opened a new pull request, #13336: URL: https://github.com/apache/arrow/pull/13336
Check for supported classes in `arrow_dplyr_query` rather than via `tryCatch()` in `write_dataset()` I also added `RecordBatchReader` to the list of supported classes, since `as_adq()` can be called on `RecordBatchReaders` (e.g., https://github.com/apache/arrow/blob/0d5cf1882228624271062e6c19583c8b0c361a20/r/tests/testthat/test-dataset.R#L1000), and `write_dataset()` also works on `RecordBatchReader`s. Addresses https://issues.apache.org/jira/browse/ARROW-16783 -- 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]
