[
https://issues.apache.org/jira/browse/TAJO-1877?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14976460#comment-14976460
]
Hudson commented on TAJO-1877:
------------------------------
SUCCESS: Integrated in Tajo-master-build #949 (See
[https://builds.apache.org/job/Tajo-master-build/949/])
TAJO-1877: Adopt try-resource statement to AbstractDBStore. (jihoonson: rev
8491b5dfa1ea000f75fcb2d4db4d0f53fe34fa36)
* CHANGES
*
tajo-catalog/tajo-catalog-server/src/main/java/org/apache/tajo/catalog/store/AbstractDBStore.java
> Adopt try-resource statement to AbstractDBStore
> -----------------------------------------------
>
> Key: TAJO-1877
> URL: https://issues.apache.org/jira/browse/TAJO-1877
> Project: Tajo
> Issue Type: Sub-task
> Components: Catalog
> Reporter: Hyunsik Choi
> Assignee: Dongkyu Hwangbo
> Labels: newbie
> Fix For: 0.12.0
>
>
> See
> https://docs.oracle.com/javase/tutorial/essential/exceptions/tryResourceClose.html.
> JDK 7 introduced try-resource statement for better resource allocation and
> deallocation. We can also adopt this feature to AbstractDBStore.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)