viirya commented on code in PR #4293:
URL: https://github.com/apache/arrow-rs/pull/4293#discussion_r1208058260


##########
arrow-flight/src/sql/sql_info.rs:
##########
@@ -260,7 +253,37 @@ impl SqlInfoUnionBuilder {
     }
 }
 
-/// A list of SQL info names and valies
+/// A list of FlightSQL server capabilties.
+///
+/// [`CommandGetSqlInfo`] are metadata requests used by a Flight SQL
+/// server to communicate supported capabilities to Flight SQL
+/// clients.
+///
+/// Servers construct a [`SqlInfoList`] by adding infos via
+/// [`with_sql_info`] and build the response using [`encode`].
+///
+/// The availabe configuration options are defined in the [Flight SQL 
protos][protos].

Review Comment:
   ```suggestion
   /// The available configuration options are defined in the [Flight SQL 
protos][protos].
   ```



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