[ 
https://issues.apache.org/jira/browse/ORC-419?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Vaibhav Gumashta closed ORC-419.
--------------------------------

> Ensure to call `close` at RecordReaderImpl constructor exception
> ----------------------------------------------------------------
>
>                 Key: ORC-419
>                 URL: https://issues.apache.org/jira/browse/ORC-419
>             Project: ORC
>          Issue Type: Bug
>          Components: Java
>    Affects Versions: 1.5.0, 1.5.1, 1.5.2, 1.5.3
>            Reporter: Dongjoon Hyun
>            Assignee: Dongjoon Hyun
>            Priority: Critical
>             Fix For: 1.5.4, 1.6.0
>
>
> Currently, there is no way to call `RecordReaderImpl.close` if 
> `RecordReader.rows` fails at creating `RecordReaderImpl`. This issue aims to 
> try to invoke `close` in the constructor in case of Exceptions.
> {code}
>   @Override
>   public RecordReader rows(Options options) throws IOException {
>     LOG.info("Reading ORC rows from " + path + " with " + options);
>     return new RecordReaderImpl(this, options);
>   }
> {code}



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

Reply via email to