You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Antoine Pitrou (Jira)" <ji...@apache.org> on 2020/11/23 17:46:00 UTC

[jira] [Resolved] (ARROW-10610) [C++] arrow-utility-test and arrow-csv-test causes failures on a big-endian platform

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

Antoine Pitrou resolved ARROW-10610.
------------------------------------
    Fix Version/s: 3.0.0
       Resolution: Fixed

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

> [C++] arrow-utility-test and arrow-csv-test causes failures on a big-endian platform
> ------------------------------------------------------------------------------------
>
>                 Key: ARROW-10610
>                 URL: https://issues.apache.org/jira/browse/ARROW-10610
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: C++
>    Affects Versions: 3.0.0
>            Reporter: Kazuaki Ishizaki
>            Assignee: Antoine Pitrou
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 3.0.0
>
>          Time Spent: 3h 40m
>  Remaining Estimate: 0h
>
> After [https://github.com/apache/arrow/pull/8494] has been merged, the following tests, which use {{1eN}} format, cause failures.
> {code}
> [ RUN      ] FloatingPointConversion.Basics
> /arrow/cpp/src/arrow/testing/gtest_util.cc:128: Failure
> Failed
> @@ -1, +1 @@
> --1e+30
> +0
> [  FAILED  ] FloatingPointConversion.Basics (3 ms)
> ...
> [ RUN      ] StringConversion.ToFloat
> /arrow/cpp/src/arrow/util/value_parsing_test.cc:35: Failure
> Expected equality of these values:
>   out
>     Which is: 0
>   expected
>     Which is: -1e+20
> Conversion failed for '-1e20'
> [  FAILED  ] StringConversion.ToFloat (0 ms)
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)