Hyunsik Choi created TAJO-71:
--------------------------------
Summary: Case-insensitive parser
Key: TAJO-71
URL: https://issues.apache.org/jira/browse/TAJO-71
Project: Tajo
Issue Type: Improvement
Components: parser
Reporter: Hyunsik Choi
Assignee: Hyunsik Choi
Fix For: 0.2-incubating
The current parser (i.e., NQL.g) is case-sensitive. So, the parser does not
handle statements including uppercase letters as follows:
{noformat}
tajo> SELECT count(*) from supplier
ERROR: line 1:7
{noformat}
We should improve the parser to case-insensitive one.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira