Commits


David Li authored and Micah Kornfield committed 6f7cc9b80d2
ARROW-6136: [FlightRPC][Java] don't double-close response stream This fixes a bug where if the service implementation called `ackStream#onError`, the Flight implementation would always call `onCompleted`, causing an error in gRPC. Travis build: https://travis-ci.com/lihalite/arrow/builds/121967873 Closes #5013 from lihalite/flight-double-close and squashes the following commits: 97b4886a2 <David Li> ARROW-6136: don't double-close response stream Authored-by: David Li <li.davidm96@gmail.com> Signed-off-by: Micah Kornfield <emkornfield@gmail.com>