aiguofer commented on issue #34829:
URL: https://github.com/apache/arrow/issues/34829#issuecomment-1513641415

   > Is that a valid URI? At least, I gave it a quick spin with JS and Python 
and neither can parse out the actual port, host, etc. anymore.
   
   It is not. The "host" is a valid URI, but the entire string is not. In order 
for that to work, the current parsing in the JDBC driver would have to change 
to first extract the host and then parse the rest of the URI.
   
   > The other thing is that this is explicitly not something gRPC wants to 
support, though it appears that gRPC Java at least happens to be OK with it 
right now (c.f. https://github.com/grpc/grpc-dotnet/issues/110 and 
https://github.com/grpc/grpc/blob/master/doc/PROTOCOL-HTTP2.md#requests)
   
   That's interesting... so it seems like they don't want to support this on 
the client side? As I understand it, it's currently doable on the server side 
but not on the client side? That's definitely a blocker for us if they don't 
plan to support that in gRPC clients. 


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