Venki Korukanti created DRILL-809:
-------------------------------------
Summary: BitVector.allocateNewSafe should check for max of 1 and
new allocationValueCount
Key: DRILL-809
URL: https://issues.apache.org/jira/browse/DRILL-809
Project: Apache Drill
Issue Type: Bug
Reporter: Venki Korukanti
Assignee: Venki Korukanti
{code}
allocationValueCount = Math.min(1, (int)(allocationValueCount * 0.9));
{code}
This will cause no memory allocated and all subsequent setSafe calls fail.
--
This message was sent by Atlassian JIRA
(v6.2#6252)