You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Diff in /home/travis/build/apache/arrow/rust/arrow/src/csv/reader.rs at line 545:
Field::new("lng", DataType::Float64, false),
]);
let file_with_headers = File::open("test/data/uk_cities_with_headers.csv").unwrap();
let file_with_headers =
File::open("test/data/uk_cities_with_headers.csv").unwrap();
let file_without_headers = File::open("test/data/uk_cities.csv").unwrap();
let both_files = file_with_headers
.chain(Cursor::new("\n".to_string()))
https://travis-ci.org/apache/arrow/jobs/485310770
Diff in /home/travis/build/apache/arrow/rust/arrow/src/csv/reader.rs at line 545:
Field::new("lng", DataType::Float64, false),
]);
let file_without_headers = File::open("test/data/uk_cities.csv").unwrap();
let both_files = file_with_headers
.chain(Cursor::new("\n".to_string()))
Reporter: Pindikura Ravindra / @pravindra
Assignee: Pindikura Ravindra / @pravindra
PRs and other links:
Note: This issue was originally created as ARROW-4403. Please see the migration documentation for further details.
The text was updated successfully, but these errors were encountered: