tustvold commented on code in PR #3365:
URL: https://github.com/apache/arrow-rs/pull/3365#discussion_r1051686212


##########
arrow-csv/src/reader/mod.rs:
##########
@@ -177,11 +179,36 @@ pub fn infer_reader_schema<R: Read>(
     infer_reader_schema_with_csv_options(reader, roptions)
 }
 
+/// Creates a `csv::Reader`
+fn build_csv_reader<R: Read>(

Review Comment:
   This method is just moved to be closer to where it is used. A subsequent PR 
might look to move the schema inference logic into its own file



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