Deneche A. Hakim created ARROW-250: -------------------------------------- Summary: Fix for ARROW-246 may cause memory leaks Key: ARROW-250 URL: https://issues.apache.org/jira/browse/ARROW-250 Project: Apache Arrow Issue Type: Bug Components: Java - Vectors Reporter: Deneche A. Hakim Assignee: Deneche A. Hakim
The fix for ARROW-246 involves allocating an inner vector in the constructor of another vector. This is not recommended. A better fix is to make sure we call allocateNew() on the vector after we allocate it -- This message was sent by Atlassian JIRA (v6.3.4#6332)