[
https://issues.apache.org/jira/browse/TAJO-1758?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14703066#comment-14703066
]
ASF GitHub Bot commented on TAJO-1758:
--------------------------------------
Github user jihoonson commented on the pull request:
https://github.com/apache/tajo/pull/700#issuecomment-132610935
+1, thanks for the nice patch!
> Some TajoRuntimeException should be restored as TajoException in client side
> ----------------------------------------------------------------------------
>
> Key: TAJO-1758
> URL: https://issues.apache.org/jira/browse/TAJO-1758
> Project: Tajo
> Issue Type: Sub-task
> Components: Java Client
> Reporter: Hyunsik Choi
> Assignee: Hyunsik Choi
> Priority: Minor
> Fix For: 0.11.0, 0.12.0
>
>
> Some exceptions like NotImplementedException and UnsupportedException can
> occur in any methods. So, they are subclasses of TajoRuntimeException. But,
> it is hard for Client applications to handle TajoRuntimeException in the same
> way like TajoException. So, the final exception thrown from Client APIs must
> be TajoException.
> The main purpose of this issue solves this problem.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)