lewiszlw commented on code in PR #8916:
URL: https://github.com/apache/arrow-rs/pull/8916#discussion_r2654699809
##########
arrow-flight/src/sql/client.rs:
##########
@@ -156,7 +148,7 @@ impl FlightSqlServiceClient<Channel> {
/// If the server returns an "authorization" header, it is automatically
parsed and set as
/// a token for future requests. Any other data returned by the server in
the handshake
/// response is returned as a binary blob.
- pub async fn handshake(&mut self, username: &str, password: &str) ->
Result<Bytes, ArrowError> {
+ pub async fn handshake(&mut self, username: &str, password: &str) ->
Result<Bytes> {
Review Comment:
Yes. `FlightSqlServiceClient`'s methods now return FlightError instead of
ArrowError.
--
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]