alamb commented on code in PR #4300:
URL: https://github.com/apache/arrow-rs/pull/4300#discussion_r1210208735
##########
arrow-flight/src/sql/sql_info.rs:
##########
@@ -280,6 +348,22 @@ impl SqlInfoUnionBuilder {
/// let batch = info_list.encode().unwrap();
/// ```
///
+/// # Example
Review Comment:
This seems to be identical to the example above. Is that intended? -- I
wonder if it got added accidentally during merge 🤔
##########
arrow-flight/src/sql/sql_info.rs:
##########
@@ -386,6 +474,15 @@ mod tests {
#[test]
fn test_sql_infos() {
+ let mut convert: HashMap<i32, Vec<i32>> = HashMap::new();
Review Comment:
👍
--
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]