[
https://issues.apache.org/jira/browse/TAJO-1729?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14734583#comment-14734583
]
Hudson commented on TAJO-1729:
------------------------------
ABORTED: Integrated in Tajo-0.11.0-build #24 (See
[https://builds.apache.org/job/Tajo-0.11.0-build/24/])
TAJO-1729: No handling of default case in DDLExecutor. (Contributed by Dongkyu
Hwangbo. Committed by jinho) (jhkim: rev
cae8e56f05bf55e438f6d253ca130bb85c5da945)
* tajo-core/src/main/java/org/apache/tajo/master/exec/DDLExecutor.java
* CHANGES
> No handling of default case in DDLExecutor
> ------------------------------------------
>
> Key: TAJO-1729
> URL: https://issues.apache.org/jira/browse/TAJO-1729
> Project: Tajo
> Issue Type: Improvement
> Components: TajoMaster
> Reporter: Hyunsik Choi
> Assignee: Dongkyu Hwangbo
> Priority: Trivial
> Labels: newbie
> Fix For: 0.11.0, 0.12.0
>
>
> As you can see, there is no handling code of default case in alterTable in
> DDLExecutor.java. It potentially may cause a bug because additional cases
> will be ignored.
> {code:title=alterTable() in DDLExecutor.java}
> break;
> default:
> //TODO
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)