You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tajo.apache.org by "Hyunsik Choi (JIRA)" <ji...@apache.org> on 2013/06/17 09:34:20 UTC

[jira] [Created] (TAJO-71) Case-insensitive parser

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