[
https://issues.apache.org/jira/browse/ARROW-1694?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Rok Mihevc updated ARROW-1694:
------------------------------
External issue URL: https://github.com/apache/arrow/issues/17702
> [Java] Unclosed VectorSchemaRoot in JsonFileReader#readDictionaryBatches()
> --------------------------------------------------------------------------
>
> Key: ARROW-1694
> URL: https://issues.apache.org/jira/browse/ARROW-1694
> Project: Apache Arrow
> Issue Type: Bug
> Components: Java
> Reporter: Ted Yu
> Priority: Minor
> Fix For: 0.8.0
>
>
> {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
(v8.20.10#820010)