Commits


David Li authored and Antoine Pitrou committed c47b58a7c0e
ARROW-10013: [FlightRPC][C++] fix setting generic client options Some gRPC version upgrade meant that for settings that were present twice, the first value was taken instead of the last value. This changes how we set default options to avoid this issue. Closes #8196 from lidavidm/arrow-10013 Authored-by: David Li <li.davidm96@gmail.com> Signed-off-by: Antoine Pitrou <antoine@python.org>