datafusion-ballista
datafusion-ballista copied to clipboard
Make gRPC timeouts user-configurable
Is your feature request related to a problem or challenge? Please describe what you are trying to do. PR https://github.com/apache/arrow-ballista/pull/115 specifies timeouts but they are hard-coded.
Describe the solution you'd like I would like these to be configurable using the extensible config mechanism that was recently added in DataFusion but has not yet been integrated with Ballista. Adding this would allow users to configure DataFusion-specific options in Ballista as well.
Describe alternatives you've considered None
Additional context None
I can work on this.