[GitHub] [arrow] jameswinegar commented on a change in pull request #9303: ARROW-11360: [Rust] [DataFusion] Improve CSV "No files found" error message

2021-01-23 Thread GitBox
jameswinegar commented on a change in pull request #9303: URL: https://github.com/apache/arrow/pull/9303#discussion_r563197536 ## File path: rust/datafusion/src/datasource/csv.rs ## @@ -66,7 +66,10 @@ impl CsvFile { let mut filenames: Vec = vec![];

[GitHub] [arrow] jameswinegar commented on a change in pull request #9303: ARROW-11360: [Rust] [DataFusion] Improve CSV "No files found" error message

2021-01-23 Thread GitBox
jameswinegar commented on a change in pull request #9303: URL: https://github.com/apache/arrow/pull/9303#discussion_r563197517 ## File path: rust/arrow-flight/src/arrow.flight.protocol.rs ## @@ -498,9 +498,8 @@ pub mod flight_service_server { #[async_trait] pub trait