[ 
https://issues.apache.org/jira/browse/TAJO-1977?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15007921#comment-15007921
 ] 

Hudson commented on TAJO-1977:
------------------------------

SUCCESS: Integrated in Tajo-master-build #976 (See 
[https://builds.apache.org/job/Tajo-master-build/976/])
TAJO-1977: Cannot recognize the space-contained tablename and (jihoonson: rev 
10159c7f84a203194e7124a5cbbcbcc6ce2f9b95)
* tajo-core-tests/src/test/java/org/apache/tajo/cli/tsql/TestTajoCli.java
* tajo-core-tests/src/test/resources/results/TestTajoCli/testDescTable2.result
* tajo-cli/src/main/java/org/apache/tajo/cli/tsql/commands/DescTableCommand.java
* 
tajo-cli/src/main/java/org/apache/tajo/cli/tsql/commands/ConnectDatabaseCommand.java
* CHANGES
* tajo-core-tests/src/test/resources/results/TestTajoCli/testDescTable.result
* tajo-core-tests/src/test/resources/results/TestTajoCli/testDescTable1.result


> Cannot recognize the space-contained tablename and databasename
> ---------------------------------------------------------------
>
>                 Key: TAJO-1977
>                 URL: https://issues.apache.org/jira/browse/TAJO-1977
>             Project: Tajo
>          Issue Type: Bug
>            Reporter: Dongkyu Hwangbo
>            Assignee: Dongkyu Hwangbo
>            Priority: Minor
>             Fix For: 0.12.0, 0.11.1
>
>
> See below.
> {noformat}
> default> create table "table name with space" (col int);
> OK
> default> insert into "table name with space" select 1;
> OK
> default> insert into "table name with space" select 2;
> OK
> default> insert into "table name with space" select 3;
> OK
> default> select * from "table name with space";
> col
> --------------------------
> 1
> 2
> 3
> (3 rows, 0.047 sec, 0 B selected)
> default>
> default> \d "table name with space"
> ERROR: No error message
> default>
> {noformat}
> Same problem is shown in \c command.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to