SteveLauC commented on code in PR #8883:
URL: https://github.com/apache/arrow-datafusion/pull/8883#discussion_r1454306995


##########
datafusion/core/src/datasource/physical_plan/file_stream.rs:
##########
@@ -83,11 +83,9 @@ pub struct FileStream<F: FileOpener> {
     projected_schema: SchemaRef,
     /// The remaining number of records to parse, None if no limit
     remain: Option<usize>,
-    /// A closure that takes a reader and an optional remaining number of lines
-    /// (before reaching the limit) and returns a batch iterator. If the file 
reader
-    /// is not capable of limiting the number of records in the last batch, 
the file
-    /// stream will take care of truncating it.
-    file_reader: F,
+    /// A generic file opener, calling `open()` on it will return a 
`FileOpenFuture`,

Review Comment:
   Done
   
   Though I changed that `/` to a `.`



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