[
https://issues.apache.org/jira/browse/TAJO-1977?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jihoon Son resolved TAJO-1977.
------------------------------
Resolution: Fixed
Fix Version/s: 0.11.1
0.12.0
Committed to master and 0.11.1
> 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)