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

   as well as Grpc.Net.Client.GrpcChannel by changing our constructor arg to 
Grpc.Core.ChannelBase which both classes inherit from.
   
   ### Rationale for this change
   
   <!--
    Why are you proposing this change? If this is already explained clearly in 
the issue then this section is not needed.
    Explaining clearly why changes are proposed helps reviewers understand your 
changes and offer better suggestions for fixes.  
   -->
   
   ### What changes are included in this PR?
   
   Changing the constructor of C#'s Flight Client to take in a ChannelBase 
which allows for multiple implementations of gRPC channels to be passed in.
   
   ### Are these changes tested?
   
   Existing tests already cover the use but have also manually tested in a 
separate app (
   
   ### Are there any user-facing changes?
   
   No as we're just changing the constructor to take in a parent/base class 
instead.


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