alamb commented on a change in pull request #10066:
URL: https://github.com/apache/arrow/pull/10066#discussion_r616618045



##########
File path: rust/datafusion/src/datasource/csv.rs
##########
@@ -142,3 +143,142 @@ impl TableProvider for CsvFile {
         self.statistics.clone()
     }
 }
+/// Loads CSV data from a reader
+pub struct CsvRead<R: Read> {

Review comment:
       I think we are trying to keep the number of dependencies down (as we 
expect applications to be built on top of DataFusion) so I think we should use 
a specific enum rather than another crate




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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to