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

   > I think this still leaves the option of something like:
   > 
   > ```
   > 
jdbc:arrow-flight-sql://mydomain.com/grpc/flight_service:443/catalog/schema/hierarchy
   > ```
   > 
   > which is similar to how the BigQuery driver does it.
   
   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.
   
   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)


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