You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kylin.apache.org by "Zhong Yanghong (Jira)" <ji...@apache.org> on 2020/03/18 03:19:00 UTC

[jira] [Created] (KYLIN-4429) For LEAST_RESTRICTIVE consistency, which is the '=' operator, convert implicitly

Zhong Yanghong created KYLIN-4429:
-------------------------------------

             Summary: For LEAST_RESTRICTIVE consistency, which is the '=' operator, convert implicitly
                 Key: KYLIN-4429
                 URL: https://issues.apache.org/jira/browse/KYLIN-4429
             Project: Kylin
          Issue Type: Improvement
            Reporter: Zhong Yanghong
            Assignee: Zhong Yanghong


For the following sql,
{code}
select count(*)
from TEST_KYLIN_FACT
where cal_dt = date'2012-01-01'
{code}
, if the data type of *cal_dt* is varchar, the sql cannot run successfully due to no implicitly data type conversion.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)