viirya commented on code in PR #3368:
URL: https://github.com/apache/arrow-rs/pull/3368#discussion_r1052605601


##########
arrow-csv/src/reader/mod.rs:
##########
@@ -1043,12 +1043,15 @@ impl ReaderBuilder {
         self
     }
 
-    /// Create a new `Reader` from the `ReaderBuilder`
+    /// Create a new `Reader` from a non-buffered reader
+    ///
+    /// If `R: BufRead` consider using [`Self::build_buffered`] to avoid 
unnecessary additional
+    /// buffering, as internally this method wraps `reader` in 
[`std::io::BufReader`]

Review Comment:
   Thanks for the update.



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