Jefffrey opened a new issue, #5367: URL: https://github.com/apache/arrow-rs/issues/5367
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** <!-- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] (This section helps Arrow developers understand the context and *why* for this feature, in addition to the *what*) --> From mailing list: https://lists.apache.org/thread/4t664cj5z52brmbshjb6gknfq30ckhcn > Now, here lies the issue: neither FlightEndpoint nor the FlightInfo message in the arrow.flight.protocol.rs file of arrow-rs includes an 'app_metadata' field (It seems outdated). Consequently, I am currently facing a roadblock. Is there a plan to update the flight implementation of arrow-rs? Need to update the Flight & FlightSql proto as they are outdated. See arrow source: - https://github.com/apache/arrow/blob/0993b369c4b91d81a17166d1427e7c26cd9beee4/format/Flight.proto - https://github.com/apache/arrow/blob/0993b369c4b91d81a17166d1427e7c26cd9beee4/format/FlightSql.proto **Describe the solution you'd like** <!-- A clear and concise description of what you want to happen. --> Update format files and generated code (and interop code, refer to PR below for previous example) **Describe alternatives you've considered** <!-- A clear and concise description of any alternative solutions or features you've considered. --> **Additional context** <!-- Add any other context or screenshots about the feature request here. --> For reference, last update PR: https://github.com/apache/arrow-rs/pull/4250 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
