qed- opened a new pull request, #41348:
URL: https://github.com/apache/arrow/pull/41348

   ### Rationale for this change
   
   With the existing structure it is not possible to create a flight RPC 
service as a regular GRPC service, outside of AspNet.Core/Kestrel.
   
   This can be supported by changing the protection level of the generated 
classes and FlightServiceImplementation.cs 
   
   ### What changes are included in this PR?
   
   Change protection level from internal to public for generated protocol files 
and FlightServiceImplementation.cs
   
   ### Are these changes tested?
   
   Confirmed that classes are public in the built assembly.
   
   ### Are there any user-facing changes?
   
   Generated protocol classes will become visible to end users.
   


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