Commits


David Li authored and Antoine Pitrou committed 6921741d4db
ARROW-15987: [C++][FlightRPC] Work around arrow-flight-test crash on AppVeyor Unable to root cause. Poking around with a debugger, MSVC appears to generate wild code that calls into seemingly random functions, causing a crash. Holding back grpc-cpp does avoid the crash, so it seems to be something about the new gRPC version. Closes #12683 from lidavidm/arrow-15987 Authored-by: David Li <li.davidm96@gmail.com> Signed-off-by: Antoine Pitrou <antoine@python.org>