[
https://issues.apache.org/jira/browse/KYLIN-4429?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Zhong Yanghong updated KYLIN-4429:
----------------------------------
Parent: KYLIN-4419
Issue Type: Sub-task (was: Improvement)
> 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: Sub-task
> Reporter: Zhong Yanghong
> Assignee: Zhong Yanghong
> Priority: Major
>
> 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)