Hyunsik Choi created TAJO-1729:
----------------------------------
Summary: 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
Priority: Trivial
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)