You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@parquet.apache.org by "Julien Le Dem (JIRA)" <ji...@apache.org> on 2017/01/26 23:40:24 UTC

[jira] [Resolved] (PARQUET-772) Test fails if current locale has decimal mark other than .

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

Julien Le Dem resolved PARQUET-772.
-----------------------------------
       Resolution: Fixed
    Fix Version/s: 1.9.0

Issue resolved by pull request 395
[https://github.com/apache/parquet-mr/pull/395]

> Test fails if current locale has decimal mark other than .
> ----------------------------------------------------------
>
>                 Key: PARQUET-772
>                 URL: https://issues.apache.org/jira/browse/PARQUET-772
>             Project: Parquet
>          Issue Type: Bug
>          Components: parquet-mr
>         Environment: LC_COLLATE=hu_HU.UTF-8
> LC_MEASUREMENT=hu_HU.UTF-8
> LC_CTYPE=hu_HU.UTF-8
>            Reporter: Zoltan Ivanfi
>            Assignee: Zoltan Ivanfi
>            Priority: Trivial
>             Fix For: 1.9.0
>
>
> mvn test fails on my machine because of my locale settings:
> Failed tests:   testFloatMinMax(org.apache.parquet.column.statistics.TestStatistics): expected:<min: 0[,00010, max: 553,]59998, num_nulls: 0> but was:<min: 0[.00010, max: 553.]59998, num_nulls: 0>
>   testDoubleMinMax(org.apache.parquet.column.statistics.TestStatistics): expected:<min: 0[,00001, max: 944,]50000, num_nulls: 0> but was:<min: 0[.00001, max: 944.]50000, num_nulls: 0>
> $ printenv | grep LC
> LC_COLLATE=hu_HU.UTF-8
> LC_MEASUREMENT=hu_HU.UTF-8
> LC_CTYPE=hu_HU.UTF-8



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)