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

2018-03-21 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/orc/pull/229 ---

[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