[
https://issues.apache.org/jira/browse/TAJO-1670?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14623693#comment-14623693
]
ASF GitHub Bot commented on TAJO-1670:
--------------------------------------
Github user blrunner commented on the pull request:
https://github.com/apache/tajo/pull/621#issuecomment-120697936
Thanks you for your great work.
Could you rebase this patch against the master branch?
I failed to merge it with following messages.
{code:xml}
$ git pull https://github.com/hyunsik/tajo TAJO-1670
remote: Counting objects: 1050, done.
remote: Total 1050 (delta 392), reused 392 (delta 392), pack-reused 657
Receiving objects: 100% (1050/1050), 195.43 KiB | 189.00 KiB/s, done.
Resolving deltas: 100% (490/490), completed with 153 local objects.
From https://github.com/hyunsik/tajo
* branch TAJO-1670 -> FETCH_HEAD
Removing
tajo-plan/src/main/java/org/apache/tajo/plan/logical/NoSuchColumnException.java
Auto-merging
tajo-core/src/test/java/org/apache/tajo/ws/rs/resources/TestQueryResultResource.java
Auto-merging
tajo-core/src/test/java/org/apache/tajo/ws/rs/resources/TestQueryResource.java
Auto-merging
tajo-core/src/main/java/org/apache/tajo/ws/rs/resources/QueryResource.java
CONFLICT (content): Merge conflict in
tajo-core/src/main/java/org/apache/tajo/ws/rs/resources/QueryResource.java
Auto-merging
tajo-common/src/main/java/org/apache/tajo/exception/TajoRuntimeException.java
Auto-merging
tajo-common/src/main/java/org/apache/tajo/exception/TajoInternalError.java
Auto-merging
tajo-common/src/main/java/org/apache/tajo/exception/TajoExceptionInterface.java
Auto-merging
tajo-common/src/main/java/org/apache/tajo/exception/TajoError.java
Auto-merging
tajo-common/src/main/java/org/apache/tajo/exception/InvalidAddressException.java
Auto-merging
tajo-catalog/tajo-catalog-common/src/main/java/org/apache/tajo/catalog/exception/UndefinedTablespaceException.java
Auto-merging
tajo-catalog/tajo-catalog-common/src/main/java/org/apache/tajo/catalog/exception/UndefinedTableException.java
Auto-merging
tajo-catalog/tajo-catalog-common/src/main/java/org/apache/tajo/catalog/exception/UndefinedPartitionException.java
Auto-merging
tajo-catalog/tajo-catalog-common/src/main/java/org/apache/tajo/catalog/exception/UndefinedIndexException.java
Auto-merging
tajo-catalog/tajo-catalog-common/src/main/java/org/apache/tajo/catalog/exception/UndefinedFunctionException.java
Auto-merging
tajo-catalog/tajo-catalog-common/src/main/java/org/apache/tajo/catalog/exception/UndefinedDatabaseException.java
Removing
tajo-catalog/tajo-catalog-common/src/main/java/org/apache/tajo/catalog/exception/NoSuchPartitionException.java
Removing
tajo-catalog/tajo-catalog-common/src/main/java/org/apache/tajo/catalog/exception/NoSuchColumnException.java
Auto-merging
tajo-catalog/tajo-catalog-common/src/main/java/org/apache/tajo/catalog/exception/DuplicateTablespaceException.java
Auto-merging
tajo-catalog/tajo-catalog-common/src/main/java/org/apache/tajo/catalog/exception/DuplicateFunctionException.java
Auto-merging
tajo-catalog/tajo-catalog-common/src/main/java/org/apache/tajo/catalog/exception/DuplicateDatabaseException.java
Auto-merging
tajo-catalog/tajo-catalog-common/src/main/java/org/apache/tajo/catalog/exception/DuplicateColumnException.java
Removing
tajo-catalog/tajo-catalog-common/src/main/java/org/apache/tajo/catalog/exception/AlreadyExistsTableException.java
Automatic merge failed; fix conflicts and then commit the result.
{code}
> 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)