We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Both FlightInfo and FilghtEndpoint C++ classes contains attributes which are not exposed to pyarrow
FlightInfo
FilghtEndpoint
FlightEndpoint:
FlightEndpoint
std::optional<Timestamp> expiration_time;
std::string app_metadata;
FlightInfo:
bool ordered;
FlightRPC, Python
The text was updated successfully, but these errors were encountered:
Duplicate of #36954 I believe
Sorry, something went wrong.
yeah, partially duplicate but seem the #36954 one does not mention the metadata ...
Can we add it to that ticket?
I guess so, I am fine with adding metadata into the other ticket and close this one as duplicate
Updated the other ticket
Duplicate of #36954
No branches or pull requests
Describe the enhancement requested
Both
FlightInfo
andFilghtEndpoint
C++ classes contains attributes which are not exposed to pyarrowFlightEndpoint
:std::optional<Timestamp> expiration_time;
std::string app_metadata;
FlightInfo
:bool ordered;
std::string app_metadata;
Component(s)
FlightRPC, Python
The text was updated successfully, but these errors were encountered: