-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GH-43907: [C#][FlightRPC] Add Grpc Call Options support on Flight Cli…
…ent (#43910) ### Rationale for this change This implementation add default grpc call options on the csharp implementation FlightClient ### What changes are included in this PR? - FlightClient.cs with updated signature for all the methods accepting grpc call options - FlightTest.cs update test to verify the raise of the right exception ### Are these changes tested? Yes, tests are added in FlightTest.cs I've tested locally with the C++ implementation. ### Are there any user-facing changes? No is transparent for the user, following the already present documentation should be sufficient. ### References * GitHub Issue: #43907 Authored-by: Marco Malagoli <[email protected]> Signed-off-by: Curt Hagenlocher <[email protected]>
- Loading branch information
Showing
2 changed files
with
150 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters