You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@parquet.apache.org by "Cheng Lian (JIRA)" <ji...@apache.org> on 2016/02/24 10:42:18 UTC

[jira] [Resolved] (PARQUET-255) Typo in decimal type specification

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

Cheng Lian resolved PARQUET-255.
--------------------------------
    Resolution: Fixed

Resolved by https://github.com/apache/parquet-format/pull/26

> Typo in decimal type specification
> ----------------------------------
>
>                 Key: PARQUET-255
>                 URL: https://issues.apache.org/jira/browse/PARQUET-255
>             Project: Parquet
>          Issue Type: Bug
>          Components: parquet-format
>    Affects Versions: 1.5.0, 1.6.0
>            Reporter: Cheng Lian
>            Assignee: Cheng Lian
>            Priority: Minor
>             Fix For: format-2.4.0, format-2.3.2
>
>
> The original document says:
> - {{int32}}: for 1 <= precision <= 9
> - {{int64}}: for 1 <= precision <= 18; precision <= 10 will produce a warning
> - ...
> For {{int64}}, the warning should be produced when precision < 10 (rather than <= 10).



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