yjshen commented on a change in pull request #811:
URL: https://github.com/apache/arrow-datafusion/pull/811#discussion_r686718895
##########
File path: datafusion/src/datasource/csv.rs
##########
@@ -64,7 +66,8 @@ impl CsvFile {
let schema = Arc::new(match options.schema {
Some(s) => s.clone(),
None => {
- let filenames = common::build_file_list(&path,
options.file_extension)?;
+ let filenames = LocalFileSystem
Review comment:
I leave out csv/json for now for simplicity, since their reading logic
are quite different from parquet, I prefer to do these as follow-ups.
--
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]