[
https://issues.apache.org/jira/browse/TAJO-1670?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14611839#comment-14611839
]
ASF GitHub Bot commented on TAJO-1670:
--------------------------------------
GitHub user hyunsik opened a pull request:
https://github.com/apache/tajo/pull/621
TAJO-1670: Refactor client errors and exceptions.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/hyunsik/tajo TAJO-1670
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/tajo/pull/621.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 #621
----
commit 47cc1d44fd1b038050745a08cfd2f18d1a1b5e2a
Author: Hyunsik Choi <[email protected]>
Date: 2015-06-29T05:40:06Z
Initial work
commit d58ffaded8b51f9d82837899343d5dc8b4fca971
Author: Hyunsik Choi <[email protected]>
Date: 2015-06-29T12:21:10Z
Add initial error code.
commit ec34cf8abb3ade2ad4caf27a2f6cbf74f7debc48
Author: Hyunsik Choi <[email protected]>
Date: 2015-06-29T12:29:19Z
Added ErrorUtil.
commit 4717446702290f4575662ba41eba6389fa515999
Author: Hyunsik Choi <[email protected]>
Date: 2015-06-29T12:29:48Z
Merge branch 'errors' of github.com:hyunsik/tajo into errors
commit f1a1e7d096e568cefa6f48f8ba7195eb3c7ffd05
Author: Hyunsik Choi <[email protected]>
Date: 2015-06-30T22:15:25Z
Initial work for new error propagation.
commit 0f0ffd80fefb20a77b69be2bae619161d461fb60
Author: Hyunsik Choi <[email protected]>
Date: 2015-07-01T17:16:33Z
Fixed many exceptions.
commit 4402c6818e9986650c4cec763b5ecc3ae5eab572
Author: Hyunsik Choi <[email protected]>
Date: 2015-07-01T23:15:17Z
Fixed many bugs.
commit 5c55013511433452ae8751ae4fd669696bea218a
Author: Hyunsik Choi <[email protected]>
Date: 2015-07-01T23:46:52Z
Fixed all unit tests.
commit 2beb04bbd1ef7f4ccff4cd5555c6126369d28c4d
Author: Hyunsik Choi <[email protected]>
Date: 2015-07-02T00:09:47Z
Add SQLExceptionUtil and SQLState system.
commit 305ed51f58c3590a4dccb67cbe307a9afb6549cd
Author: Hyunsik Choi <[email protected]>
Date: 2015-07-02T04:22:56Z
Improved client API.
commit 16a8d25acf49d93848c5b3fc16beecf8c1759dab
Author: Hyunsik Choi <[email protected]>
Date: 2015-07-02T09:14:02Z
Refactor client APIs to throw SQLException and fixed all unit tests.
commit aa4404fd0fceabf8495dbc591a31fce0e78ed17d
Author: Hyunsik Choi <[email protected]>
Date: 2015-07-02T09:15:07Z
Removed duplicate exception.
commit 2376e3002f3a329302a3fd9fe7ae509582b75c5e
Author: Hyunsik Choi <[email protected]>
Date: 2015-07-02T09:51:05Z
Applied ResponseState to all client APIs.
commit 254c044f190a7a37130716969c487cbb1a250f96
Author: Hyunsik Choi <[email protected]>
Date: 2015-07-02T11:54:09Z
Fixed method names.
commit de6a445e262e1c9246a9c8af0c234773e8e41612
Author: Hyunsik Choi <[email protected]>
Date: 2015-07-02T11:56:00Z
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/tajo into
TAJO-1670
Conflicts:
tajo-core/src/test/java/org/apache/tajo/ws/rs/resources/TestQueryResultResource.java
----
> Refactor client errors and exceptions
> -------------------------------------
>
> Key: TAJO-1670
> URL: https://issues.apache.org/jira/browse/TAJO-1670
> Project: Tajo
> Issue Type: Sub-task
> Components: Java Client, TajoMaster, Worker
> Reporter: Hyunsik Choi
> Assignee: Hyunsik Choi
> Fix For: 0.11.0
>
>
> The main objective is to refactor the error and exception system in client
> side and its connected parts like TajoMaster.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)