avantgardnerio commented on code in PR #2309:
URL: https://github.com/apache/arrow-rs/pull/2309#discussion_r937150717
##########
arrow-flight/src/sql/server.rs:
##########
@@ -66,13 +66,15 @@ pub trait FlightSqlService:
&self,
query: CommandStatementQuery,
request: FlightDescriptor,
+ _auth: &Option<String>,
) -> Result<Response<FlightInfo>, Status>;
/// Get a FlightInfo for executing an already created prepared statement.
async fn get_flight_info_prepared_statement(
&self,
query: CommandPreparedStatementQuery,
request: FlightDescriptor,
+ auth: &Option<String>
Review Comment:
Adding this to all the methods is the API change.
--
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]