Commits


Jie Zhang authored and GitHub committed fd5d7107436
GH-34692: [Java] Expose Location.toSocketAddress (#34648) ### Rationale for this change ### What changes are included in this PR? Change `Location.toSocketAddress()` to a public method. This is useful for creating a `FlightClient` via `FlightGrpcUtils.createFlightClient`: https://github.com/apache/arrow/blob/08fb86107b001e2e1903ae0e416ff51386d4239e/java/flight/flight-grpc/src/main/java/org/apache/arrow/flight/FlightGrpcUtils.java#L148 ### Are these changes tested? ### Are there any user-facing changes? * Closes: #34692 Authored-by: Jie Zhang <zhangjie@gmail.com> Signed-off-by: David Li <li.davidm96@gmail.com>