You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Pindikura Ravindra (JIRA)" <ji...@apache.org> on 2019/01/28 10:51:00 UTC

[jira] [Created] (ARROW-4403) [Rust] CI fails due to formatting errors

Pindikura Ravindra created ARROW-4403:
-----------------------------------------

             Summary: [Rust] CI fails due to formatting errors
                 Key: ARROW-4403
                 URL: https://issues.apache.org/jira/browse/ARROW-4403
             Project: Apache Arrow
          Issue Type: Bug
            Reporter: Pindikura Ravindra


[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_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()))



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)