Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[C++][FlightRPC] Async Flight: GetFlightInfo implementation #36512

Closed
Tracked by #34607
lidavidm opened this issue Jul 6, 2023 · 0 comments · Fixed by #36517
Closed
Tracked by #34607

[C++][FlightRPC] Async Flight: GetFlightInfo implementation #36512

lidavidm opened this issue Jul 6, 2023 · 0 comments · Fixed by #36517

Comments

@lidavidm
Copy link
Member

lidavidm commented Jul 6, 2023

Describe the enhancement requested

This is a first step towards async Flight APIs. The first task will be to implement async GetFlightInfo (client-side) only, and work out the approach to client APIs. In follow-on tasks we will implement the rest of the metadata calls, then the data calls.

Component(s)

C++, FlightRPC

@lidavidm lidavidm self-assigned this Jul 6, 2023
lidavidm added a commit that referenced this issue Aug 9, 2023
### Rationale for this change

Async is a long-requested feature.

### What changes are included in this PR?

Just the C++ implementation of async GetFlightInfo for the client.

### Are these changes tested?

Yes.

### Are there any user-facing changes?

Yes, new APIs.

* Closes: #36512

Authored-by: David Li <li.davidm96@gmail.com>
Signed-off-by: David Li <li.davidm96@gmail.com>
@lidavidm lidavidm added this to the 14.0.0 milestone Aug 9, 2023
loicalleyne pushed a commit to loicalleyne/arrow that referenced this issue Nov 13, 2023
…pache#36517)

### Rationale for this change

Async is a long-requested feature.

### What changes are included in this PR?

Just the C++ implementation of async GetFlightInfo for the client.

### Are these changes tested?

Yes.

### Are there any user-facing changes?

Yes, new APIs.

* Closes: apache#36512

Authored-by: David Li <li.davidm96@gmail.com>
Signed-off-by: David Li <li.davidm96@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant