nealrichardson commented on issue #44069: URL: https://github.com/apache/arrow/issues/44069#issuecomment-2347067553
Yeah it would be nice if it were reusable. If we could get the schema of the resulting table from duckdb without evaluating the full duckdb query, we could defer the RecordBatchReader construction until the arrow query evaluates (in `collect()`). `to_arrow()` would just construct the `arrow_dplyr_query` around the duckdb connection. -- 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]
