alamb opened a new issue, #14285: URL: https://github.com/apache/datafusion/issues/14285
### Is your feature request related to a problem or challenge? - Related to https://github.com/apache/datafusion/issues/12393 ### Describe the solution you'd like As explained on the following PR: - (TO BE FILED) I implemented a version of `DedicatedExecutor` and an example showing how to use multiple thread pools with DataFusion. However, the example is currently very large as it uses an abstraction called `DedicatedExecutor` to manage sending work back and forth between the runtimes If users want to do the same thing, they will need to copy `DedicatedExecutor` into their code (or make something similar). ### Describe alternatives you've considered If `DedicatedExecutor` is a useful API for multiple people I think we should consider moving it into one of the core crates ### Additional context _No response_ -- 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-unsubscr...@datafusion.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org