[ 
https://issues.apache.org/jira/browse/ARROW-4403?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17661425#comment-17661425
 ] 

Rok Mihevc commented on ARROW-4403:
-----------------------------------

This issue has been migrated to [issue 
#20967|https://github.com/apache/arrow/issues/20967] on GitHub. Please see the 
[migration documentation|https://github.com/apache/arrow/issues/14542] for 
further details.

> [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
>          Components: Rust
>            Reporter: Pindikura Ravindra
>            Assignee: Pindikura Ravindra
>            Priority: Major
>              Labels: ci-failure, pull-request-available
>             Fix For: 0.13.0
>
>          Time Spent: 50m
>  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
(v8.20.10#820010)

Reply via email to