You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@orc.apache.org by "Pawel Dabrowski (JIRA)" <ji...@apache.org> on 2017/08/09 08:48:00 UTC

[jira] [Created] (ORC-225) CsvReader.java fails if long value exceeds 32 bits

Pawel Dabrowski created ORC-225:
-----------------------------------

             Summary: CsvReader.java fails if long value exceeds 32 bits
                 Key: ORC-225
                 URL: https://issues.apache.org/jira/browse/ORC-225
             Project: ORC
          Issue Type: Bug
          Components: tools
    Affects Versions: 1.4.0
            Reporter: Pawel Dabrowski
            Priority: Trivial


CSV to ORC conversion using the Java "convert" tool fails if any long value exceeds 32 bits. That is because longs are incorrectly parsed using {{Integer.parseInt}}.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)