Commits


James Duong authored and David Li committed c819964f73c
ARROW-10491: [FlightRPC][Java] Fix NPE when using makeContext Fix NPE trying to access the peer identity from RequestContext when using FlightService directly without FlightServer. This issue happens because the server middleware interceptors may not have been configured to run and inject the context. Closes #8586 from jduo/fix-request-context Authored-by: James Duong <jduong@dremio.com> Signed-off-by: David Li <li.davidm96@gmail.com>