alamb commented on code in PR #4667:
URL: https://github.com/apache/arrow-rs/pull/4667#discussion_r1287448275


##########
arrow-flight/src/sql/metadata/sql_info.rs:
##########
@@ -334,8 +334,8 @@ impl SqlInfoUnionBuilder {
 /// [`CommandGetSqlInfo`] are metadata requests used by a Flight SQL
 /// server to communicate supported capabilities to Flight SQL clients.
 ///
-/// Servers constuct - usually static - [`SqlInfoData`] via the 
[SqlInfoDataBuilder`],

Review Comment:
   the missing backtick causes this to be rendered incorrectly:
   
   
https://docs.rs/arrow-flight/45.0.0/arrow_flight/sql/metadata/struct.XdbcTypeInfoData.html
   
   
   <img width="1179" alt="Screenshot 2023-08-08 at 1 32 07 PM" 
src="https://github.com/apache/arrow-rs/assets/490673/ba781344-559f-4440-af8d-3617c4d81f81";>
   
   And it turns out `GetSqlInfoBuiler` is private but that was not caught 
because of the bad back ticking



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