Commits


David Li authored and GitHub committed b6ab9092af1
GH-37093: [Python] Add async Flight client with GetFlightInfo (#36986) ### Rationale for this change Demonstrate how to deal with async Flight from Python. ### What changes are included in this PR? Add bindings for GetFlightInfo. ### Are these changes tested? Yes. ### Are there any user-facing changes? Yes, new APIs. * Closes: #37093 Lead-authored-by: David Li <li.davidm96@gmail.com> Co-authored-by: Antoine Pitrou <antoine@python.org> Signed-off-by: Antoine Pitrou <antoine@python.org>