tustvold commented on code in PR #3359:
URL: https://github.com/apache/arrow-rs/pull/3359#discussion_r1051477402
##########
arrow-flight/examples/flight_sql_server.rs:
##########
@@ -23,18 +23,14 @@ use arrow_flight::{
Location, SchemaAsIpc, Ticket,
};
use futures::{stream, Stream};
+use prost::Message;
Review Comment:
Most of the changes in this file are actually clippy lints that weren't
being picked up by CI (which I have also fixed)
--
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]