alamb commented on code in PR #3070:
URL: https://github.com/apache/arrow-datafusion/pull/3070#discussion_r940681564
##########
datafusion/core/src/physical_plan/file_format/file_stream.rs:
##########
@@ -164,6 +206,12 @@ impl<F: FileOpener> FileStream<F> {
partition_values,
} => match ready!(future.poll_unpin(cx)) {
Ok(reader) => {
+ if let Some(instant) =
Review Comment:
Yeah you are right the lifetime stuff makes it a mess
--
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]