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)

Reply via email to