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

Set max message size to 16MB in gRPC clients #931

Closed andygrove closed 6 months ago

andygrove commented 6 months ago

Which issue does this PR close?

Closes https://github.com/apache/arrow-ballista/issues/773

Rationale for this change

This enables me to run TPC-H again.

What changes are included in this PR?

Explicitly set max encoding/decoding message sizes in gRPC clients to match the default for the servers. It would be better to make this configurable, so I filed a follow-on issue for that (https://github.com/apache/arrow-ballista/issues/930).

Are there any user-facing changes?

No