Commits


Krisztián Szűcs authored and Antoine Pitrou committed 5926ac46f3b
ARROW-6391: [Python][Flight] Add built-in methods on FlightServerBase to start server and wait for it to be available This patch refines a number of Flight APIs Closes #5374 from kszucs/ARROW-6391 and squashes the following commits: 45ea4b776 <Krisztián Szűcs> docstring 13062fd02 <Krisztián Szűcs> FlightServerBase; remove redundant client arguments caa65c8d7 <Krisztián Szűcs> missing argument forward 3ddec8891 <Krisztián Szűcs> let grpc assign random port 28cf1f21f <Krisztián Szűcs> review comments 62788bc10 <Krisztián Szűcs> wait_for_available c9bd4ed75 <Krisztián Szűcs> py2 compat a5b00a6b2 <Krisztián Szűcs> FlightServer::Wait; don't defer to backround thread f8282b61d <Krisztián Szűcs> review comments 9d68e252d <Krisztián Szűcs> FlightServer with context maanager Authored-by: Krisztián Szűcs <szucs.krisztian@gmail.com> Signed-off-by: Antoine Pitrou <antoine@python.org>