You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@arrow.apache.org by "Ted Yu (JIRA)" <ji...@apache.org> on 2017/10/20 16:19:00 UTC

[jira] [Created] (ARROW-1694) Unclosed VectorSchemaRoot in JsonFileReader#readDictionaryBatches()

Ted Yu created ARROW-1694:
-----------------------------

             Summary: Unclosed VectorSchemaRoot in JsonFileReader#readDictionaryBatches()
                 Key: ARROW-1694
                 URL: https://issues.apache.org/jira/browse/ARROW-1694
             Project: Apache Arrow
          Issue Type: Bug
            Reporter: Ted Yu
            Priority: Minor


{code}
      VectorSchemaRoot root = new VectorSchemaRoot(fields, vectors, vector.getAccessor().getValueCount());
      read(root);
{code}
root should be closed upon return from the method.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)