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

Hyunsik Choi commented on TAJO-245:
-----------------------------------

This bug was caused because IS NULL predicate was implemented with the 
assumption that the predicand is only column.

> org.apache.tajo.algebra.FunctionExpr cannot be cast to 
> org.apache.tajo.algebra.ColumnReferenceExpr
> --------------------------------------------------------------------------------------------------
>
>                 Key: TAJO-245
>                 URL: https://issues.apache.org/jira/browse/TAJO-245
>             Project: Tajo
>          Issue Type: Bug
>            Reporter: Seungun Choe
>            Assignee: Hyunsik Choi
>             Fix For: 0.2-incubating
>
>         Attachments: TAJO-245.patch
>
>
> {code}
> SELECT
>                 col1, col2, col3, 
>                 CASE
>                   WHEN split_part(split_part(col4,'id=', 2), '&', 1) IS NOT 
> NULL THEN ''
>                   ELSE
>                     CASE
>                       WHEN col4 like '/%' THEN split_part(col4,'/', 2)
>                       ELSE split_part(col4,'/', 1)
>                     END
>                 END AS col4, split_part(split_part(col4,'id=', 2), '&', 1) AS 
> id
>         FROM table1
>         WHERE tmp='asdf';
> {code}
> error msg
> {code}
> org.apache.tajo.algebra.FunctionExpr cannot be cast to 
> org.apache.tajo.algebra.ColumnReferenceExpr
> {code}



--
This message was sent by Atlassian JIRA
(v6.1#6144)

Reply via email to