Dongjoon Hyun created TAJO-1411:
-----------------------------------
Summary: Support case-insensitive table description command
Key: TAJO-1411
URL: https://issues.apache.org/jira/browse/TAJO-1411
Project: Tajo
Issue Type: Bug
Components: cli
Affects Versions: 0.10.1
Environment: Tajo 0.11.0-SNAPSHOT (rev. 82d44af source checksum
8f4cffc)
Reporter: Dongjoon Hyun
Fix For: 0.10.1
In `tsql`, 'describe table' command is case-sensitive inconsistently with other
features.
{code:sql}
default> create table Customer(id int);
OK
default> select * from Customer;
id
-------------------------------
(0 rows, 0.187 sec, 0 B selected)
default> \d Customer;
ERROR: no such a table: Customer
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)