Commits


David Li authored and Wes McKinney committed c18251e9003
ARROW-4651: [Flight] Use URIs instead of host/port pair I haven't changed the client/server construction interfaces to really take advantage of this. I would rather follow up with creating builders instead, as proposed, as that would be cleaner than special-casing the logic in the current constructors. Author: David Li <li.davidm96@gmail.com> Closes #4047 from lihalite/flight-uris and squashes the following commits: 870f6ebb8 <David Li> Add more builder options for Java Flight servers 5c127631b <David Li> Make Python Flight bindings more complete 675acc9bc <David Li> Introduce builder for C++ Flight servers 474419667 <David Li> Use builder for Flight server in Java 460442cea <David Li> Use URIs for Flight locations