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

[Python][Flight] Expose FlightInfo & FlightEndpoint attributes to python #42095

Closed
janosik47 opened this issue Jun 11, 2024 · 5 comments
Closed

Comments

@janosik47
Copy link
Contributor

janosik47 commented Jun 11, 2024

Describe the enhancement requested

Both FlightInfo and FilghtEndpoint C++ classes contains attributes which are not exposed to pyarrow

FlightEndpoint:

  • std::optional<Timestamp> expiration_time;
  • std::string app_metadata;

FlightInfo:

  • bool ordered;
  • std::string app_metadata;

Component(s)

FlightRPC, Python

@lidavidm
Copy link
Member

Duplicate of #36954 I believe

@janosik47
Copy link
Contributor Author

yeah, partially duplicate but seem the #36954 one does not mention the metadata ...

@lidavidm
Copy link
Member

Can we add it to that ticket?

@janosik47
Copy link
Contributor Author

I guess so, I am fine with adding metadata into the other ticket and close this one as duplicate

@lidavidm
Copy link
Member

Updated the other ticket

Duplicate of #36954

@lidavidm lidavidm closed this as not planned Won't fix, can't repro, duplicate, stale Jun 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants