[
https://issues.apache.org/jira/browse/TAJO-1977?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15007801#comment-15007801
]
ASF GitHub Bot commented on TAJO-1977:
--------------------------------------
Github user dkhwangbo commented on the pull request:
https://github.com/apache/tajo/pull/860#issuecomment-157235243
@jihoonson Thanks for your review. I remove ```testDescTable.result``` via
```git rm``` .
> 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
>
> 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)