You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "jiezhang (via GitHub)" <gi...@apache.org> on 2023/03/17 20:03:56 UTC

[GitHub] [arrow] jiezhang commented on issue #34612: [Java] Support overriding ChannelOption in FlightClient.Builder

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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org