shruti2522 commented on code in PR #17100: URL: https://github.com/apache/datafusion/pull/17100#discussion_r2267308449
########## datafusion/datasource-avro/src/avro_to_arrow/arrow_array_reader.rs: ########## @@ -1046,7 +1046,7 @@ mod test { use std::fs::File; use std::sync::Arc; - fn build_reader(name: &str, batch_size: usize) -> Reader<File> { + fn build_reader(name: &'_ str, batch_size: usize) -> Reader<'_, File> { Review Comment: [C] lifetime added -- 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...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org