[GitHub] orc pull request #229: ORC-313: Check subtype count of LIST, MAP and UNION t...

2018-03-12 Thread stiga-huang
GitHub user stiga-huang opened a pull request: https://github.com/apache/orc/pull/229 ORC-313: Check subtype count of LIST, MAP and UNION types We need to verify the subtype count of LIST, MAP and UNION types. Otherwise, the ill types will lead the c++ reader to crash. The java read

[GitHub] orc issue #225: ORC-313,ORC-317: Check types in footer

2018-03-12 Thread stiga-huang
Github user stiga-huang commented on the issue: https://github.com/apache/orc/pull/225 @majetideepak I opened #229 for ORC-313 ---

[jira] [Created] (ORC-321) Add a pretty print option to the JSON schema finder.

2018-03-12 Thread Owen O'Malley (JIRA)
Owen O'Malley created ORC-321: - Summary: Add a pretty print option to the JSON schema finder. Key: ORC-321 URL: https://issues.apache.org/jira/browse/ORC-321 Project: ORC Issue Type: Bug

[GitHub] orc pull request #230: ORC-321 Add pretty print option to JSON schema discov...

2018-03-12 Thread omalley
GitHub user omalley opened a pull request: https://github.com/apache/orc/pull/230 ORC-321 Add pretty print option to JSON schema discovery. You can merge this pull request into a Git repository by running: $ git pull https://github.com/omalley/orc orc-321 Alternatively you ca

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

2018-03-12 Thread prasanthj
Github user prasanthj commented on a diff in the pull request: https://github.com/apache/orc/pull/222#discussion_r173941203 --- Diff: java/core/src/java/org/apache/orc/impl/RecordReaderUtils.java --- @@ -306,15 +330,24 @@ public void releaseBuffer(ByteBuffer buffer) {

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

2018-03-12 Thread sershe
Github user sershe commented on a diff in the pull request: https://github.com/apache/orc/pull/222#discussion_r173943752 --- Diff: java/core/src/java/org/apache/orc/impl/RecordReaderUtils.java --- @@ -306,15 +330,24 @@ public void releaseBuffer(ByteBuffer buffer) { @O