datafusion-ballista
datafusion-ballista copied to clipboard
Spawn a thread for execution plan generation
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
Since the event loop processing is in single thread, we should use the channel for cpu consuming processing.
Describe the solution you'd like
Therefore, it's better to spawn a thread for execution plan generation.
Describe alternatives you've considered
Additional context