[
https://issues.apache.org/jira/browse/KYLIN-5864?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17865950#comment-17865950
]
ASF subversion and git services commented on KYLIN-5864:
--------------------------------------------------------
Commit d2176edd575f51c8a05f06d0f476f93644306b5f in kylin's branch
refs/heads/kylin5 from jlf
[ https://gitbox.apache.org/repos/asf?p=kylin.git;h=d2176edd57 ]
KYLIN-5864 Fix the query functions `ifnull` and `substring`
> Fix function of `ifnull` and `substring`
> ----------------------------------------
>
> Key: KYLIN-5864
> URL: https://issues.apache.org/jira/browse/KYLIN-5864
> Project: Kylin
> Issue Type: Bug
> Components: Query Engine
> Affects Versions: 5.0-alpha
> Reporter: pengfei.zhan
> Assignee: pengfei.zhan
> Priority: Major
> Fix For: 5.0.0
>
>
> Some of the following sql statements will be executed incorrectly in the
> current release.
> {code:sql}
> select ifnull(null, 'aaa');
> select substring(null, 1, 2);
> {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)