You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@orc.apache.org by omalley <gi...@git.apache.org> on 2018/05/07 16:21:21 UTC

[GitHub] orc pull request #266: ORC-360. Add Java error checking on the types when re...

GitHub user omalley opened a pull request:

    https://github.com/apache/orc/pull/266

    ORC-360. Add Java error checking on the types when reading.

    This patch adds a check on the types in the footer to ensure that the type is properly formed before we start building the tree.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/omalley/orc orc-360

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/orc/pull/266.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 #266
    
----
commit f236cf727cc295e93ae1e2347be60562fff17fa8
Author: Owen O'Malley <om...@...>
Date:   2018-05-07T16:19:17Z

    ORC-360. Add Java error checking on the types when reading.

----


---

[GitHub] orc pull request #266: ORC-360. Add Java error checking on the types when re...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/orc/pull/266


---