alamb commented on PR #2622: URL: https://github.com/apache/arrow-datafusion/pull/2622#issuecomment-1142045287
> Introducing sync APIs - Rust's async is a barrier to integrating with other languages. A subset of features, like querying data that is entirely in-memory, would be supported without requiring async or sync-over-async. This would mean avoiding async where possible, due to the virality of async APIs. Yes I think this is the most reasonable solution suggestion -- don't expose any async APIs and have DataFusion do its thread pool / IO management internally. If people want the additional performance or resource control they could use the Rust APIs directly. -- 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]
