Commits


David Li authored and Wes McKinney committed e359930a9af
ARROW-8101: [FlightRPC][Java] Fix null arrays in Flight with no buffers Java assumes that at least one buffer is always written, but this is not the case when you have an empty null array. Closes #6602 from lidavidm/null-trivial Authored-by: David Li <li.davidm96@gmail.com> Signed-off-by: Wes McKinney <wesm+git@apache.org>