apache / datafusion-ballista

Apache DataFusion Ballista Distributed Query Engine
https://datafusion.apache.org/ballista
Apache License 2.0
1.39k stars 181 forks source link

Make max message size configurable in gRPC clients #930

Closed andygrove closed 4 months ago

andygrove commented 6 months ago

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/931 explicitly sets gRPC client max message size to 16 MB to match the default in the scheduler and executor servers, but it is hard-coded.

Describe the solution you'd like Make it configurable.

Describe alternatives you've considered

Additional context