scruz-denodo commented on issue #577:
URL: https://github.com/apache/arrow-java/issues/577#issuecomment-2656721820

   Hi, I saw that also and I though the same. 
   
   Nevertheless, I did the test of modifying how the channel is created with 
the suggested code, generated a driver with the change and validated the proxy 
works.
   ```
   builder = NettyChannelBuilder.forAddress(
                       location.getUri().getHost(), 
location.getUri().getPort());
   ```
   So, maybe only with this change is enough. 


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