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 2015/04/15 02:58:59 UTC

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

Cheng Lian created PARQUET-255:
----------------------------------

             Summary: 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


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)