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)