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

pengfei.zhan edited comment on KYLIN-5785 at 4/10/24 12:55 AM:
---------------------------------------------------------------

h1. Design

The result of  " split(C_PHONE,'[-]',2) " are some items in the view of 
RexNode. The ExpressionConverter cannot resolve this kind of RexNodes, add the 
following code to cover this case.
{code:java}
case "item" =>
  element_at(k_lit(children.head), k_lit(children.apply(1).asInstanceOf[Int] + 
1)) {code}


was (Author: JIRAUSER294653):
h1. Design

The result of 
split(C_PHONE,'[-]',2)
are some items. The ExpressionConverter cannot resolve this kind of RexNode, 
add code to handle the problem.
{code:java}
case "item" =>
  element_at(k_lit(children.head), k_lit(children.apply(1).asInstanceOf[Int] + 
1)) {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)

Reply via email to