[ 
https://issues.apache.org/jira/browse/TAJO-581?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Hyunsik Choi updated TAJO-581:
------------------------------

    Attachment: TAJO-581.patch

> Inline view on column partitioned table causes NPE
> --------------------------------------------------
>
>                 Key: TAJO-581
>                 URL: https://issues.apache.org/jira/browse/TAJO-581
>             Project: Tajo
>          Issue Type: Bug
>          Components: planner/optimizer
>            Reporter: Hyunsik Choi
>            Assignee: Hyunsik Choi
>            Priority: Critical
>             Fix For: 0.8-incubating
>
>         Attachments: TAJO-581.patch
>
>
> Please take a look at an example. This query causes NPE and a wrong 
> partitioned table rewrite result.
> {code}
> select 
>   * 
> from (
>     select 
>       col1, 
>       col2, 
>       null_col, 
>       key 
>     from
>       table1
>     where (key = 45.0 or key = 38.0) and null_col is null
> ) test;
> {code}



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)

Reply via email to