ennuite opened a new pull request, #1121:
URL: https://github.com/apache/arrow-java/pull/1121
## What's Changed
Fix a `ClassCastException` on`FlightClient.builder().build()` when
connecting via a Unix domain socket on Linux (epoll) or macOS (kqueue), by
casting to the Netty interface `Channel` instead of the server-specific
`ServerChannel`.
Also adds netty-transport-native-epoll (Linux) and
netty-transport-native-kqueue (macOS) as test-scoped dependencies in
flight-core via OS-activated profiles, so the existing
`TestServerOptions#domainSocket` test actually runs instead of being skipped
everywhere.
Closes #1039.
--
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]