ennuite opened a new issue, #1271:
URL: https://github.com/apache/arrow-java/issues/1271

   Port 0 is reserved and invalid for client TCP connections, but 
`NettyClientBuilder.build()` currently allows it through (it rejects only 
negative ports and values above 65535). The lower bound should be tightened to 
1.
   
   Four builder-based tests in the JDBC module also have a latent bug where 
`.withPort()` is never called, so the port field defaults to 0. These need to 
be fixed to use the actual test-server port.
   
   This was deferred from #1027 to keep that PR small — see 
https://github.com/apache/arrow-java/pull/1027#issuecomment-5472093363.


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