[
https://issues.apache.org/jira/browse/ORC-225?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16119610#comment-16119610
]
ASF GitHub Bot commented on ORC-225:
------------------------------------
GitHub user pawel-dabrowski-codewise opened a pull request:
https://github.com/apache/orc/pull/150
ORC-225 Fixed handling longs in CsvReader
This fixes CsvReader.java incorrectly parsing longs as ints.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/pawel-dabrowski-codewise/orc ORC-225
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/orc/pull/150.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #150
----
commit 56dc20d6fb2b31127d2fe6ce8d4ff8ba4110ad8f
Author: Paweł Dąbrowski <[email protected]>
Date: 2017-08-09T09:06:20Z
ORC-225 Fixed handling longs in CsvReader
----
> 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)