Rahul Challapalli created DRILL-1743:
----------------------------------------
Summary: IndexOutOfBoundsException when reading the publicly
available yelp jsongit.commit.id.abbrev=108d29f dataset
Key: DRILL-1743
URL: https://issues.apache.org/jira/browse/DRILL-1743
Project: Apache Drill
Issue Type: Bug
Components: Execution - Flow, Storage - JSON
Reporter: Rahul Challapalli
git.commit.id.abbrev=108d29f
Query
{code}
select attributes from `json_kvgenflatten/yelp-business-small.json`;
{code}
I am seeing the below error. I narrowed down the data set so that it contains
4500 records. When I tried to split it further (2 files of 2225 records each),
the error did not show up in either of the split. It might have something to do
with the record batch boundaries.
{code}
java.lang.IndexOutOfBoundsException: index: 16384, length: 4 (expected:
range(0, 16384))
{code}
I attached the dataset and the error log files. Let me know if you need
anything else.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)