-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
[FlightRPC][Python] Expose new Flight features in Python #36954
Milestone
Comments
(moving to 15.0) |
I'm going to dump it since I don't think I'll have any time for the forseable feature |
Hi, are there any plans to implement this in the short term? And if not, are there any workarounds for me to retrieve the data in these fields? |
lidavidm
added a commit
that referenced
this issue
Nov 7, 2024
…43537) ### Rationale for this change The C++ classes `FlightInfo` and `FlightEndpoint` have attributes that are not available via the Python API. ### What changes are included in this PR? Make the following attributes available in Python: - `FlightInfo.ordered` - `FlightInfo.app_metadata` - `FlightEndpoint.expiration_time` - `FlightEndpoint.app_metadata` Also makes existing attributes optional in constructor: - `FlightInfo.total_records` - `FlightInfo.total_bytes` ### Are these changes tested? Existing tests that test existing attributes are extended. ### Are there any user-facing changes? Yes, changes are backward compatible. * GitHub Issue: #36954 Lead-authored-by: Enrico Minack <github@enrico.minack.dev> Co-authored-by: Adam Reeve <adreeve@gmail.com> Co-authored-by: Joris Van den Bossche <jorisvandenbossche@gmail.com> Co-authored-by: David Li <li.davidm96@gmail.com> Signed-off-by: David Li <li.davidm96@gmail.com>
Issue resolved by pull request 43537 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the enhancement requested
These recent Flight RPC improvements weren't exposed to Python:
arrow::flight::ServerCallContext::incoming_headers()
#35375ServerCallContext
parameter toarrow::flight::ServerAuthHandler
methods #35377Component(s)
FlightRPC, Python
The text was updated successfully, but these errors were encountered: