mbrobbel commented on code in PR #8453:
URL: https://github.com/apache/arrow-rs/pull/8453#discussion_r2381691851


##########
arrow-cast/src/pretty.rs:
##########
@@ -60,7 +60,7 @@ use crate::display::{ArrayFormatter, FormatOptions};
 /// | 5 | e |
 /// +---+---+"#);
 /// ```
-pub fn pretty_format_batches(results: &[RecordBatch]) -> Result<impl Display, 
ArrowError> {
+pub fn pretty_format_batches(results: &[RecordBatch]) -> Result<impl Display + 
use<>, ArrowError> {

Review Comment:
   https://github.com/apache/arrow-rs/pull/8227/files#r2323000661



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