kou opened a new pull request, #49662:
URL: https://github.com/apache/arrow/pull/49662

   ### Rationale for this change
   
   gRPC 1.80.0 introduced some deprecation warnings. See GH-49661 for real 
warning messages.
   
   ### What changes are included in this PR?
   
   * Use `grpc::experimental::InMemoryDataCertificateProvider` instead of 
`grpc::experimental::StaticDataCertificateProvider`
   * Use `set_root_certificate_provider()` instead of 
`set_certificate_provider()` of 
`grpc::experimental::TlsChannelCredentialsOptions`
   * Don't call 
`::grpc::experimental::TlsChannelCredentialsOptions::watch_root_certs()` 
because we don't need to call it with gRPC 1.80.0 or later
   
   ### Are these changes tested?
   
   Yes.
   
   ### Are there any user-facing changes?
   
   No.


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