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

2017-08-09 Thread Pawel Dabrowski (JIRA)
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

[GitHub] orc issue #148: ORC-225: Fixed handling longs in CsvReader

2017-08-09 Thread pawel-dabrowski-codewise
Github user pawel-dabrowski-codewise commented on the issue: https://github.com/apache/orc/pull/148 Closing this to open another PR where jira issue is properly referenced in commit message. --- If your project is set up for it, you can reply to this email and have your reply appear

[GitHub] orc pull request #148: ORC-225: Fixed handling longs in CsvReader

2017-08-09 Thread pawel-dabrowski-codewise
Github user pawel-dabrowski-codewise closed the pull request at: https://github.com/apache/orc/pull/148 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the

[GitHub] orc pull request #150: ORC-225 Fixed handling longs in CsvReader

2017-08-09 Thread pawel-dabrowski-codewise
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

[jira] [Created] (ORC-226) Support getWriterId in c++ reader interface

2017-08-09 Thread Xiening Dai (JIRA)
Xiening Dai created ORC-226: --- Summary: Support getWriterId in c++ reader interface Key: ORC-226 URL: https://issues.apache.org/jira/browse/ORC-226 Project: ORC Issue Type: Sub-task Repo

[GitHub] orc pull request #151: ORC-226 Support getWriterId in c++ reader interface

2017-08-09 Thread xndai
GitHub user xndai opened a pull request: https://github.com/apache/orc/pull/151 ORC-226 Support getWriterId in c++ reader interface Add new interface for reader to retrieve writer ID. Change-Id: I87939e448aa5eab1bc7ed728404ddbf41334d809 You can merge this pull request into