[
https://issues.apache.org/jira/browse/DRILL-3940?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jacques Nadeau resolved DRILL-3940.
-----------------------------------
Resolution: Fixed
Assignee: Jacques Nadeau (was: Chris Westin)
RecordBatch wasn't made autocloseable. Instead, CloseableRecordBatch was
created that is managed by the framework so the interface doesn't leak into the
operators.
> Make RecordBatch AutoCloseable
> ------------------------------
>
> Key: DRILL-3940
> URL: https://issues.apache.org/jira/browse/DRILL-3940
> Project: Apache Drill
> Issue Type: Bug
> Components: Execution - Flow
> Affects Versions: 1.2.0
> Reporter: Chris Westin
> Assignee: Jacques Nadeau
>
> This made it easier to find RecordBatches that were not cleaned up (because
> the compiler complains about AutoCloseable resources that haven't been
> closed).
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)