You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Steven Phillips (JIRA)" <ji...@apache.org> on 2014/06/19 01:24:24 UTC

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

Steven Phillips created DRILL-1020:
--------------------------------------

             Summary: 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


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)