westonpace edited a comment on issue #11387: URL: https://github.com/apache/arrow/issues/11387#issuecomment-944608722
Keep in mind that the address you use for the browser (e.g. `foo.cloudapp.azure.com:9047`) is going to be talking HTTP and you will need to use a different port number (30210 by default) for flight. So it would be `foo.cloudapp.azure.com:30210`. The Java client takes the hostname and port as separate arguments and the port defaults to 30210 so it is very possible you could get the Java client to work with `foo.cloudapp.azure.com` (no port number in the address) and that won't work for C#. -- 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]
