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 encoding message size configurable #928

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

I was unable to run benchmarks due to Error, message length too large. This PR resolved the issue for me.

What changes are included in this PR?

Are there any user-facing changes?