tustvold commented on code in PR #5321:
URL: https://github.com/apache/arrow-rs/pull/5321#discussion_r1461703080


##########
arrow-flight/src/sql/client.rs:
##########
@@ -131,8 +131,10 @@ impl FlightSqlServiceClient<Channel> {
         self.get_flight_info_for_command(cmd).await
     }
 
-    /// Perform a `handshake` with the server, passing credentials and 
establishing a session
-    /// Returns arbitrary auth/handshake info binary blob
+    /// Perform a `handshake` with the server, passing credentials and 
establishing a session.
+    /// If the server returns an "authorization" header, it is automatically 
parsed and set as

Review Comment:
   ```suggestion
       ///
       /// If the server returns an "authorization" header, it is automatically 
parsed and set as
   ```
   
   This just improves the doc formatting



-- 
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]

Reply via email to