[
https://issues.apache.org/jira/browse/DRILL-3940?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15000678#comment-15000678
]
Chris Westin commented on DRILL-3940:
-------------------------------------
Some of the implementations have resources that need to be cleaned up in order
to avoid leaks. This helped find those (the compiler complains about unclosed
objects).
> 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: Chris Westin
>
> 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)