alamb commented on code in PR #7009:
URL: https://github.com/apache/arrow-rs/pull/7009#discussion_r1927220466
##########
arrow-flight/src/lib.rs:
##########
@@ -58,12 +58,24 @@ mod gen {
// Since this file is auto-generated, we suppress all warnings
#![allow(missing_docs)]
include!("arrow.flight.protocol.rs");
+
+ /// The descriptor used for making the Arrow Flight gRPC API available for
[gRPC
Review Comment:
Thank you @jacobsimpson
can you please include instructions on how the
`arrow-flight/src/flight_descriptor.bin` was created (both so we can verify its
content as well as so we can re-generate the file in the future)
Perhaps in a file called `arrow-flight/src/README_flight_descriptor.md` or
similar
--
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]