Steven Phillips created DRILL-2731:
--------------------------------------
Summary: 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: Steven Phillips
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)