[
https://issues.apache.org/jira/browse/DRILL-1287?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14101482#comment-14101482
]
Hanifi Gunes commented on DRILL-1287:
-------------------------------------
Will be fixed by DRILL-1283.
> Queries using "where" filter followed by "IN" operator over JSON data fails
> ---------------------------------------------------------------------------
>
> Key: DRILL-1287
> URL: https://issues.apache.org/jira/browse/DRILL-1287
> Project: Apache Drill
> Issue Type: Bug
> Components: Storage - JSON
> Reporter: Rahul Challapalli
> Assignee: Hanifi Gunes
> Fix For: 0.5.0
>
> Attachments: error.log, query18.q
>
>
> git.commit.id.abbrev=98b208e
> Below is the simplified query which is producing the issue
> {code}
> select
> o.o_orderkey
> from
> orders o
> where
> o.o_orderkey in (
> select
> l_orderkey
> from
> lineitem
> );
> Query failed: Failure while running fragment. Unexpected project expression
> or reference [afdf541d-56c2-4f4e-a107-8a0ab6169ba2]
> {code}
> This issue is affecting TPCH queries 16 and 18. I attached the complete TPCH
> queries, data files and the error log
--
This message was sent by Atlassian JIRA
(v6.2#6252)