[ 
https://issues.apache.org/jira/browse/DRILL-4006?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14991082#comment-14991082
 ] 

ASF GitHub Bot commented on DRILL-4006:
---------------------------------------

GitHub user StevenMPhillips opened a pull request:

    https://github.com/apache/drill/pull/243

    DRILL-4006: Reallocate offset vector in repeated vectors when index is 
beyond the current capacity

    

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

    $ git pull https://github.com/StevenMPhillips/drill drill-4006

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

    https://github.com/apache/drill/pull/243.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 #243
    
----
commit e1d1dfefc000f7602971d602aa94d949117d8fa2
Author: Hsuan-Yi Chu <[email protected]>
Date:   2015-11-01T00:14:34Z

    DRILL-4006: Ensure the position of MapWriters is set
    
    This can help eliminate potential IOOB exception

commit e997ecfd3fefac9c42c89f3b8aaeb2aa30a407ca
Author: Steven Phillips <[email protected]>
Date:   2015-11-05T04:01:31Z

    DRILL-4006: Reallocate offset vector in repeated vectors when index is 
beyond the current capacity

----


> As json reader reads a field with empty lists, IOOB could happen
> ----------------------------------------------------------------
>
>                 Key: DRILL-4006
>                 URL: https://issues.apache.org/jira/browse/DRILL-4006
>             Project: Apache Drill
>          Issue Type: Bug
>          Components: Storage - JSON
>            Reporter: Sean Hsuan-Yi Chu
>            Assignee: Sean Hsuan-Yi Chu
>         Attachments: a.json, b.json, c.json
>
>
> If a field in a json file has many empty lists before a non-empty list, there 
> could be an IOOB exception.
> Running the following query on the folder with files in the attachment can 
> reproduce the observation:
> {code}
> select a from`folder`
> {code}
> Exception:
> org.apache.drill.common.exceptions.UserRemoteException: DATA_READ ERROR: 
> index: 4448, length: 4 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to