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/10 15:21:02 UTC

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

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

   > Maybe someone like @avantgardnerio 
   
   I'm not opposed, as long as we are mindful not to break Ballista (which I don't think we will).
   
   FWIW, when we needed this for Ballista, we just added the `async refresh()` method and called it at convenient times:
   
   - [method](https://github.com/apache/arrow-datafusion/blob/4d621c5c0da387f50c9ab6f3a9ee568062ee9976/datafusion/core/src/catalog/listing_schema.rs#L78)
   - [invocation](https://github.com/spaceandtimelabs/arrow-ballista/blob/5aeec11d139f4efc08ef04b065dbddf0c9494b1a/ballista/scheduler/src/flight_sql.rs#L405)


-- 
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