jiezhang commented on issue #34612: URL: https://github.com/apache/arrow/issues/34612#issuecomment-1474351791
Thanks for the pointer. @lidavidm In order to use FlightGrpcUtils, looks like I would need to copy and paste: * [Builder.build](https://github.com/apache/arrow/blob/f9324b79bf4fc1ec7e97b32e3cce16e75ef0f5e3/java/flight/flight-core/src/main/java/org/apache/arrow/flight/FlightClient.java#L643) * [Location.toSocketAddress](https://github.com/apache/arrow/blob/45918a90a6ca1cf3fd67c256a7d6a240249e555a/java/flight/flight-core/src/main/java/org/apache/arrow/flight/Location.java#L63) (because the method is not public) I wonder why you don't want to expose this option from the Builder. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
