You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kylin.apache.org by "Dong Li (JIRA)" <ji...@apache.org> on 2015/10/14 09:11:05 UTC

[jira] [Created] (KYLIN-1076) Cannot use DEFAULT as identifier of database in SQL

Dong Li created KYLIN-1076:
------------------------------

             Summary: Cannot use DEFAULT as identifier of database in SQL
                 Key: KYLIN-1076
                 URL: https://issues.apache.org/jira/browse/KYLIN-1076
             Project: Kylin
          Issue Type: Bug
          Components: Query Engine
            Reporter: Dong Li
            Assignee: liyang
            Priority: Minor


input: 
select count(item_count) from default.test_kylin_fact

output:
Encountered "default" at line 1, column 31. Was expecting one of: <IDENTIFIER> ... <QUOTED_IDENTIFIER> ... <BACK_QUOTED_IDENTIFIER> ... <BRACKET_QUOTED_IDENTIFIER> ... <UNICODE_QUOTED_IDENTIFIER> ... "LATERAL" ... "(" ... "UNNEST" ... "TABLE" ...



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)