mingmwang commented on code in PR #5900:
URL: https://github.com/apache/arrow-datafusion/pull/5900#discussion_r1160409961


##########
datafusion/core/src/physical_plan/file_format/file_stream.rs:
##########
@@ -264,9 +264,9 @@ impl<F: FileOpener> FileStream<F> {
                     Ok(reader) => {
                         let partition_values = mem::take(partition_values);
 
-                        let next = self.start_next_file().transpose();
-
+                        // include time needed to start opening in 
`start_next_file`

Review Comment:
   I think the `self.start_next_file().transpose()` return a `Future` and the 
call should take almost no time.  
   Sorry that I do not get why making this change.



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