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

[GitHub] orc pull request #226: ORC-314: Check scale range when parsing decimals

GitHub user stiga-huang opened a pull request:

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

    ORC-314: Check scale range when parsing decimals

    The scale of decimals may be out of range in corrupt files. We should check this to avoid crashing.
    The attached file in the JIRA can reproduce this bug.

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

    $ git pull https://github.com/stiga-huang/orc check-scale-range

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

    https://github.com/apache/orc/pull/226.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 #226
    
----
commit e288b00e777133d161ab641c544f193f37dcacb6
Author: stiga-huang <hu...@...>
Date:   2018-03-05T01:51:30Z

    ORC-314: Check scale range when parsing decimals

----


---

[GitHub] orc issue #226: ORC-314: Check scale range when parsing decimals

Posted by stiga-huang <gi...@git.apache.org>.
Github user stiga-huang commented on the issue:

    https://github.com/apache/orc/pull/226
  
    Some tests are failed. Will look into them one by one.


---

[GitHub] orc pull request #226: ORC-314: Check scale range when parsing decimals

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

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


---