I have been working on a PoC of parallel query execution and it is working well, and I am now starting to create PRs for the various refactors necessary for this in DataFusion.
I haven't been following the async/await and futures/tokio developments lately but for the PoC I used tokio-threadpool which seems simple to use. I just wanted to give everyone a chance to give their thoughts on this before I get too far with my batch of PRs. Is anyone opposed to using tokio-threadpool? Thanks, Andy.