Commits


David Li authored and Wes McKinney committed 04660250b5b
ARROW-5063: [FlightRPC][Java] Test that Flight client connections are independent This adds a test that creates two Flight clients to the same server, then closes one Flight client while the other still has an operation in progress, in order to ensure that gRPC doesn't share connections between the clients. Author: David Li <li.davidm96@gmail.com> Closes #4648 from lihalite/arrow-5063 and squashes the following commits: 7002bc3a1 <David Li> Add test for independent Flight client shutdown in Java