Commits


James Duong authored and Wes McKinney committed 9e587be988a
ARROW-10206: [C++][Python][FlightRPC] Allow disabling server validation @lidavidm WIP: - Demonstrate changes for C++ and Java clients. - Need to determine how to specify gRPC version in C++. - Need to check over coding style in C++ and Java code. - Python client changes pending. - Unit tests pending. - Does it make sense to deprecate use of SslCredentialsOptions in C++ and use TlsCredentialsOptions for other SSL properties? This is higher in blast radius and uses an experimental API for more, but would be more consistent. Closes #8325 from jduo/ARROW-10105 Lead-authored-by: James Duong <jduong@dremio.com> Co-authored-by: Wes McKinney <wesm@apache.org> Co-authored-by: James Duong <duong.james@gmail.com> Signed-off-by: Wes McKinney <wesm@apache.org>