Yang Hao created KYLIN-2860:
-------------------------------
Summary: column value with "" is treat as column on query
Key: KYLIN-2860
URL: https://issues.apache.org/jira/browse/KYLIN-2860
Project: Kylin
Issue Type: Bug
Components: Query Engine
Reporter: Yang Hao
Assignee: liyang
There is an error when I query a column with "" for it is treated as a column,
such as this sql, the china will be treated as a column, and it fails
{code:sql}
select * from table where column_1 = "china"
{code}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)