[ 
https://issues.apache.org/jira/browse/DRILL-2731?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Steven Phillips updated DRILL-2731:
-----------------------------------
    Assignee: Hanifi Gunes  (was: Steven Phillips)

> Need to repeat realloc in vectors until there is sufficient space
> -----------------------------------------------------------------
>
>                 Key: DRILL-2731
>                 URL: https://issues.apache.org/jira/browse/DRILL-2731
>             Project: Apache Drill
>          Issue Type: Bug
>          Components: Execution - Relational Operators
>            Reporter: Steven Phillips
>            Assignee: Hanifi Gunes
>         Attachments: DRILL-2731.patch
>
>
> When calling setSafe() on a valuevector, we check that the vectors capacity 
> is sufficient to hold the new value, and it is not, we call reAlloc(). 
> However, it is possible that there is still insufficient space after this. 
> The call to reAlloc() should be repeated until there is sufficient space.



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

Reply via email to