Ash created ORC-1504:
------------------------
Summary: Add lower bound check in get API for DynamicIntArray
Key: ORC-1504
URL: https://issues.apache.org/jira/browse/ORC-1504
Project: ORC
Issue Type: Improvement
Components: Java
Reporter: Ash
Assignee: Ash
Currently, DynamicIntArray get() only check for upper bound for index passed.
When a negative number is passed, ArrayIndexOutOfBoundException is thrown with
index. Code does function correctly but fails later
--
This message was sent by Atlassian Jira
(v8.20.10#820010)