Commits


David Li authored and Antoine Pitrou committed c930839f244
ARROW-6017: [FlightRPC] Enable creating Flight Locations for unknown schemes The motivation is to enable interop with future Flight versions that may support different transports, and to enable a Flight service to reference a non-Flight service. Personal Travis: https://travis-ci.com/lihalite/arrow/builds/120257110 AppVeyor: https://ci.appveyor.com/project/lihalite/arrow/builds/26189055 Closes #4928 from lihalite/arrow-6017 and squashes the following commits: 99c020757 <David Li> Enable creating Flight Locations for unknown schemes Authored-by: David Li <li.davidm96@gmail.com> Signed-off-by: Antoine Pitrou <antoine@python.org>