Skip to content

[DISCUSSION] Add DedicatedExecutor into the DataFusion crates to make using multiple threadpools easier #14285

Open
@alamb

Description

@alamb

Is your feature request related to a problem or challenge?

Describe the solution you'd like

As explained on the following PR:

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions