You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@arrow.apache.org by "Venki Korukanti (JIRA)" <ji...@apache.org> on 2018/04/25 17:50:01 UTC

[jira] [Created] (ARROW-2511) Base{Variable|Fixed}WidthVector.allocateNew is not throwing OOM when it can't allocate memory

Venki Korukanti created ARROW-2511:
--------------------------------------

             Summary: Base{Variable|Fixed}WidthVector.allocateNew is not throwing OOM when it can't allocate memory
                 Key: ARROW-2511
                 URL: https://issues.apache.org/jira/browse/ARROW-2511
             Project: Apache Arrow
          Issue Type: Bug
          Components: Java - Vectors
            Reporter: Venki Korukanti
            Assignee: Venki Korukanti


In few variable base vector [1]we just printout the exception and caller never checks as the method is expected to throw OutOfMemoryException

[1] https://github.com/apache/arrow/blob/master/java/vector/src/main/java/org/apache/arrow/vector/BaseVariableWidthVector.java#L430



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)