cpcloud commented on a change in pull request #1699: URL: https://github.com/apache/arrow-datafusion/pull/1699#discussion_r795037968
########## File path: datafusion/src/execution/dataframe_impl.rs ########## @@ -62,6 +68,60 @@ impl DataFrameImpl { } } +#[async_trait] +impl TableProvider for DataFrameImpl { Review comment: Can you give an example of what you mean? It won't be possible to register `Arc<dyn DataFrame>`s directly even if `DataFrame` has a trait bound of `TableProvider`, because that would require trait upcasting IIUC, which is still an unstable feature. -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org