David Li created ARROW-15551:
--------------------------------
Summary: [C++][FlightRPC] gRPC appears to have broken
TlsCredentialsOptions again
Key: ARROW-15551
URL: https://issues.apache.org/jira/browse/ARROW-15551
Project: Apache Arrow
Issue Type: Improvement
Components: C++, FlightRPC
Reporter: David Li
Assignee: David Li
With gRPC 1.43.2
{noformat}
-- Checking support for TlsCredentialsOptions (gRPC >= 1.36)...
-- TlsCredentialsOptions (for gRPC 1.36) not found in grpc::experimental.
-- Checking support for TlsCredentialsOptions (gRPC >= 1.34)...
-- TlsCredentialsOptions (for gRPC 1.34) not found in grpc::experimental.
-- Checking support for TlsCredentialsOptions (gRPC >= 1.32)...
-- TlsCredentialsOptions (for gRPC 1.32) not found in grpc::experimental.
-- Checking support for TlsCredentialsOptions (gRPC >= 1.27)...
-- TlsCredentialsOptions (for gRPC 1.27) not found in grpc::experimental.
-- Found approximate gRPC version:
(ARROW_FLIGHT_REQUIRE_TLSCREDENTIALSOPTIONS=)
-- A proper version of gRPC could not be found to support TlsCredentialsOptions
in Arrow Flight.
-- You may need a newer version of gRPC (>= 1.27), or the gRPC API has changed
and Flight must be updated to match. {noformat}
We need to update the detection again.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)