Commits


David Li authored and Antoine Pitrou committed bfc54405718
ARROW-8190: [FlightRPC][C++] Expose IPC options - Python is not covered as I'm not sure how best to expose these structs to Python. - Java is not covered as it doesn't use IpcOption at all currently; I'd rather hold off and see how the metadata change is implemented before trying to bind it. (The legacy/modern metadata format doesn't come into play since Flight uses Protobuf and not an IPC message exactly per se.) Closes #7582 from lidavidm/arrow-8190 Authored-by: David Li <li.davidm96@gmail.com> Signed-off-by: Antoine Pitrou <antoine@python.org>