[GitHub] orc pull request #213: ORC-278 - Create in memory KeyProvider class

2018-02-28 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/orc/pull/213 ---

[GitHub] orc pull request #222: ORC-310 better error handling for codec

2018-02-28 Thread sershe
GitHub user sershe opened a pull request: https://github.com/apache/orc/pull/222 ORC-310 better error handling for codec You can merge this pull request into a Git repository by running: $ git pull https://github.com/sershe/orc orc-310 Alternatively you can review and apply

[jira] [Created] (ORC-310) better error handling for codec

2018-02-28 Thread Sergey Shelukhin (JIRA)
Sergey Shelukhin created ORC-310: Summary: better error handling for codec Key: ORC-310 URL: https://issues.apache.org/jira/browse/ORC-310 Project: ORC Issue Type: Bug Reporter:

[GitHub] orc issue #220: ORC-306 Correct pre-1970 timestamps that were off by one sec...

2018-02-28 Thread omalley
Github user omalley commented on the issue: https://github.com/apache/orc/pull/220 Here is another way to look at the problem with each timestamp's getTime() and getNanos(): Timestamp 1969-12-25 12:34:56.0 as -530704000 and 0 Timestamp 1969-12-25 12:34:56.0001 as

[GitHub] orc issue #213: ORC-278 - Create in memory KeyProvider class

2018-02-28 Thread moresandeep
Github user moresandeep commented on the issue: https://github.com/apache/orc/pull/213 Hello @omalley The changes look good, thanks ! ---