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)