Commits


David Li authored and Yibo Cai committed 647371b504d
ARROW-15487: [FlightRPC][C++][GLib][Python][R] Implement FlightClient::Close Add a method to explicitly close FlightClient in anticipation of implementing alternative transports which may need this, and to provide an interface for things like ARROW-15473. Because this did not exist before, it is implicitly called by the destructor. For gRPC, this is a no-op. Closes #12302 from lidavidm/arrow-15487 Authored-by: David Li <li.davidm96@gmail.com> Signed-off-by: Yibo Cai <yibo.cai@arm.com>