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

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

     [ https://issues.apache.org/jira/browse/ARROW-4403?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

ASF GitHub Bot updated ARROW-4403:
----------------------------------
    Labels: pull-request-available  (was: )

> [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
>            Priority: Major
>              Labels: pull-request-available
>
> [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)