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

2018-03-06 Thread asfgit
Github user asfgit closed the pull request at:

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


---


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

2018-03-04 Thread stiga-huang
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 
Date:   2018-03-05T01:51:30Z

ORC-314: Check scale range when parsing decimals




---