Hyoungjun Kim created TAJO-800:
----------------------------------
Summary: CLI's meta command should be aware "TABLE_NAME" style.
Key: TAJO-800
URL: https://issues.apache.org/jira/browse/TAJO-800
Project: Tajo
Issue Type: Bug
Reporter: Hyoungjun Kim
Priority: Trivial
See title. Currently the following meta command will not work as intended.
{noformat}
default> create database 'TEST';
default> \c "TEST";
No Database Found
default> \c TEST;
You are now connected to database "TEST" as user "babokim".
{noformat}
--
This message was sent by Atlassian JIRA
(v6.2#6252)