jbonofre commented on issue #577:
URL: https://github.com/apache/arrow-java/issues/577#issuecomment-2656781386

   Actually, I don't think it's a bug because:
   1. `location.toSocketAddress` is actually using the URI schema.
   2. If the schema is `GRPC` (e.g. `grpc`), `GRPC_TLS` (e.g. `grpc+tls`), 
`GRPC_INSECURE` (e.g. `grpc+tcp`), then uri host and port are used (and so the 
HTTP proxy properties can be used)
   3. If the schema is `GRPC_DOMAIN_SOCKET` (e.g. `grpc+unix`), we are not 
using TCP but `io.netty.channel.unix.DomainSocketAddress` so only the URI path 
is considered (not host and port)
   
   What's the JDBC URL used ?


-- 
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]

Reply via email to