[
https://issues.apache.org/jira/browse/TAJO-1691?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14634514#comment-14634514
]
ASF GitHub Bot commented on TAJO-1691:
--------------------------------------
GitHub user hyunsik opened a pull request:
https://github.com/apache/tajo/pull/637
TAJO-1691: Refactor visitors and planner to throw TajoException.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/hyunsik/tajo TAJO-1691
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/tajo/pull/637.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #637
----
commit f93d66ef73624b7dbba9d2b6bb4c2d0b74e4cd54
Author: Hyunsik Choi <[email protected]>
Date: 2015-07-21T00:15:30Z
Change exception.
commit 96fa15ba09e6da9583ad9fd4b25a941f0b106011
Author: Hyunsik Choi <[email protected]>
Date: 2015-07-21T04:27:18Z
Fixed unit tests.
----
> Refactor visitors and planner to throw TajoException
> ----------------------------------------------------
>
> Key: TAJO-1691
> URL: https://issues.apache.org/jira/browse/TAJO-1691
> Project: Tajo
> Issue Type: Sub-task
> Components: Planner/Optimizer
> Reporter: Hyunsik Choi
> Assignee: Hyunsik Choi
> Fix For: 0.11.0
>
>
> TAJO-1670 introduced error propagation system through RPC and introduced
> error code and new exception classes. But, many codes do not use it yet. The
> main objective of this issue is to change planner, optimizer, and visitor to
> use new error propagation system.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)