apache / datafusion-ballista

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

fix issue with executor registration ... #1101

Closed milenkovicm closed 3 weeks ago

milenkovicm commented 3 weeks ago

... issue was into_make_service_with_connect_info was not executed if rest-api disabled, making scheduler to panic on obtaining remote socket address.

Which issue does this PR close?

Closes #.

Rationale for this change

What changes are included in this PR?

Are there any user-facing changes?