alamb commented on code in PR #7839: URL: https://github.com/apache/arrow-rs/pull/7839#discussion_r2205289302
########## arrow-flight/examples/flight_sql_server.rs: ########## @@ -814,7 +814,7 @@ mod tests { async fn bind_tcp() -> (TcpIncoming, SocketAddr) { let listener = TcpListener::bind("0.0.0.0:0").await.unwrap(); let addr = listener.local_addr().unwrap(); - let incoming = TcpIncoming::from_listener(listener, true, None).unwrap(); + let incoming = TcpIncoming::from(listener); Review Comment: Thank you -- I fixed in https://github.com/apache/arrow-rs/pull/7839/commits/f81914a0999c49249b014383477e5ec19c8380a2 -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org