[
https://issues.apache.org/jira/browse/TAJO-800?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13992496#comment-13992496
]
Hudson commented on TAJO-800:
-----------------------------
FAILURE: Integrated in Tajo-master-build #214 (See
[https://builds.apache.org/job/Tajo-master-build/214/])
TAJO-800: CLI's meta command should be aware "TABLE_NAME" style. (Hyoungjun Kim
via hyunsik) (hyunsik: rev eb4e54a14a0f62749c4163d7192bdd547bc64e12)
* tajo-client/src/main/java/org/apache/tajo/cli/TajoCli.java
* tajo-client/src/main/java/org/apache/tajo/cli/DescTableCommand.java
* tajo-core/src/test/resources/results/TestTajoCli/testDescTable.result
* CHANGES
* tajo-client/src/main/java/org/apache/tajo/cli/ConnectDatabaseCommand.java
* tajo-core/src/test/java/org/apache/tajo/cli/TestTajoCli.java
> 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
> Assignee: Hyoungjun Kim
> Priority: Trivial
> Fix For: 0.9.0
>
> Attachments: TAJO-800.patch, TAJO-800_2.patch
>
>
> 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)