tustvold commented on code in PR #13879: URL: https://github.com/apache/arrow/pull/13879#discussion_r945593329
########## docs/source/status.rst: ########## @@ -156,11 +156,11 @@ Flight RPC +--------------------------------------------+-------+-------+-------+------------+-------+-------+-------+ | Flight RPC Transport | C++ | Java | Go | JavaScript | C# | Rust | Julia | +============================================+=======+=======+=======+============+=======+=======+=======+ -| gRPC_ transport (grpc:, grpc+tcp:) | ✓ | ✓ | ✓ | | ✓ | | | +| gRPC_ transport (grpc:, grpc+tcp:) | ✓ | ✓ | ✓ | | ✓ | ✓ | | +--------------------------------------------+-------+-------+-------+------------+-------+-------+-------+ -| gRPC domain socket transport (grpc+unix:) | ✓ | ✓ | ✓ | | ✓ | | | +| gRPC domain socket transport (grpc+unix:) | ✓ | ✓ | ✓ | | ✓ | ✓ | | +--------------------------------------------+-------+-------+-------+------------+-------+-------+-------+ -| gRPC + TLS transport (grpc+tls:) | ✓ | ✓ | ✓ | | ✓ | | | +| gRPC + TLS transport (grpc+tls:) | ✓ | ✓ | ✓ | | ✓ | ✓ | | Review Comment: Arrow-flight uses tonic which supports [uds](https://github.com/hyperium/tonic/tree/master/examples/src/uds) and [tls](https://github.com/hyperium/tonic/tree/master/examples/src/tls) -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org