You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kylin.apache.org by "pengfei.zhan (Jira)" <ji...@apache.org> on 2024/04/09 11:51:00 UTC

[jira] [Commented] (KYLIN-5785) Support implicit query of split function

    [ https://issues.apache.org/jira/browse/KYLIN-5785?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17835356#comment-17835356 ] 

pengfei.zhan commented on KYLIN-5785:
-------------------------------------

h1. Problem

We defined a computed column cc=split(C_PHONE,'[-]',2)[1]  on the model, with related indexes ready, implicit query can't hit model

{code:sql}
select split(C_PHONE,'[-]',2)[1] from ssb.customer;
{code}

> Support implicit query of split function
> ----------------------------------------
>
>                 Key: KYLIN-5785
>                 URL: https://issues.apache.org/jira/browse/KYLIN-5785
>             Project: Kylin
>          Issue Type: Bug
>          Components: Query Engine
>    Affects Versions: 5.0-beta
>            Reporter: pengfei.zhan
>            Assignee: pengfei.zhan
>            Priority: Major
>             Fix For: 5.0-beta
>
>




--
This message was sent by Atlassian Jira
(v8.20.10#820010)