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

Fix wrong location causing not support flight-sql-jdbc-driver (#1012) #1013

Closed Curricane closed 3 weeks ago

Curricane commented 2 months ago

return empty location in FlightEndpoint

Which issue does this PR close?

fix bug to make flight-sql-jdbc-driver work https://github.com/apache/datafusion-ballista/issues/1012

Closes #.

Rationale for this change

make flight-sql-jdbc-driver work

What changes are included in this PR?

return empty location in FlightEndpoint

Are there any user-facing changes?