You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@calcite.apache.org by "Julian Hyde (JIRA)" <ji...@apache.org> on 2017/03/03 02:04:45 UTC

[jira] [Commented] (CALCITE-1655) Druid adapter: add IN filter

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

Julian Hyde commented on CALCITE-1655:
--------------------------------------

I have reviewed; looks good. I have staged in my https://github.com/julianhyde/calcite/tree/1656-druid-prune branch until the breakage due to CALCITE-1661 is cleared up, then I will commit to master.

> Druid adapter: add IN filter
> ----------------------------
>
>                 Key: CALCITE-1655
>                 URL: https://issues.apache.org/jira/browse/CALCITE-1655
>             Project: Calcite
>          Issue Type: Bug
>          Components: druid
>            Reporter: slim bouguerra
>            Assignee: slim bouguerra
>             Fix For: 1.12.0
>
>
> The druid calcite adapter throw an exception when an IN filter is used.
> This happens only in hive because in calcite project the IN filter is transformed to OR automatically. 
> Since this rule does not kick in HIVE and it is better to use the native IN filter from druid instead having huge number of OR clauses i will send a patch that adds the IN filter.  



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)