[
https://issues.apache.org/jira/browse/KYLIN-4429?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17135361#comment-17135361
]
ASF subversion and git services commented on KYLIN-4429:
--------------------------------------------------------
Commit b5ef6dd7ddd587e4eccdebd2ab3efb74e2745571 in kylin's branch
refs/heads/master from Zhong, Yanghong
[ https://gitbox.apache.org/repos/asf?p=kylin.git;h=b5ef6dd ]
KYLIN-4429 Auto convert filter date values to date format string when the
related column type is string
> 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
> Fix For: v3.1.0
>
>
> 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)