You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/11/11 17:26:33 UTC

[GitHub] [arrow-datafusion] thinkharderdev commented on issue #3777: An asynchronous version of `CatalogList`/`CatalogProvider`/`SchemaProvider`

thinkharderdev commented on issue #3777:
URL: https://github.com/apache/arrow-datafusion/issues/3777#issuecomment-1311972076

   Does it make sense to make the interface async at both the `CatalogProvider` and `SchemaProvider` level?  I haven't really looked through the concrete use cases but it seems like we could make `SchemaProvider` async but still have `CatalogProvider` be sync. If a particular implementation needed to prefetch metadata (meta-metadata?) then that could be something handled at construction for that implementation. 


-- 
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-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org