[jira] [Created] (ORC-317) C++ reader crash on reading corrupt decimal types

2018-03-06 Thread Quanlong Huang (JIRA)
Quanlong Huang created ORC-317: -- Summary: C++ reader crash on reading corrupt decimal types Key: ORC-317 URL: https://issues.apache.org/jira/browse/ORC-317 Project: ORC Issue Type: Bug

[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 issue #223: ORC-311: [C++] Fix null pointers when StripeFooter corrupts

2018-03-06 Thread stiga-huang
Github user stiga-huang commented on the issue: https://github.com/apache/orc/pull/223 Hi @omalley, @majetideepak, I rebase and update the PR to simply check streams in the constructors. ---