You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Jacques Nadeau (JIRA)" <ji...@apache.org> on 2014/06/20 22:28:29 UTC

[jira] [Resolved] (DRILL-1020) Bug in vector allocation causes allocation sizes to become too small

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

Jacques Nadeau resolved DRILL-1020.
-----------------------------------

    Resolution: Fixed

> Bug in vector allocation causes allocation sizes to become too small
> --------------------------------------------------------------------
>
>                 Key: DRILL-1020
>                 URL: https://issues.apache.org/jira/browse/DRILL-1020
>             Project: Apache Drill
>          Issue Type: Bug
>            Reporter: Steven Phillips
>         Attachments: DRILL-1020.patch
>
>
> The copyFromSafe method in variable length vectors checks the capacity of the offset vector, and if there is not sufficient space, it returns false. This is a problem, because by not calling setSafe on the offset vector, the offset vector capacity will never increase.
> The solution is to call setSafe on the offset vector.



--
This message was sent by Atlassian JIRA
(v6.2#6252)