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

[jira] [Resolved] (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 ]

Krisztian Szucs resolved ARROW-4403.
------------------------------------
       Resolution: Fixed
    Fix Version/s: 0.13.0

Issue resolved by pull request 3513
[https://github.com/apache/arrow/pull/3513]

> [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
>            Assignee: Pindikura Ravindra
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 0.13.0
>
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> [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)