[
https://issues.apache.org/jira/browse/TAJO-1729?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14734450#comment-14734450
]
ASF GitHub Bot commented on TAJO-1729:
--------------------------------------
Github user jinossy commented on the pull request:
https://github.com/apache/tajo/pull/742#issuecomment-138484593
+1
Thanks for your contribution!
> No handling of default case in DDLExecutor
> ------------------------------------------
>
> Key: TAJO-1729
> URL: https://issues.apache.org/jira/browse/TAJO-1729
> Project: Tajo
> Issue Type: Improvement
> Reporter: Hyunsik Choi
> Assignee: Dongkyu Hwangbo
> Priority: Trivial
> Labels: newbie
>
> 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)