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

   I had a look at the code and async versions of 
`CatalogList`/`CatalogProvider`/`SchemaProvider` would have huge effects on the 
code base and also the external API. A lot would need to be async. I understand 
that that is not desirable. Especially since the operations of the traits 
aren't used very frequently and a blocking execution doesn't hurt that much.
   
   However, it would somehow be nice to get the async runtime to "just" block 
on the operation.


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

Reply via email to