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

Rahul Challapalli updated DRILL-1287:
-------------------------------------

    Description: 
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

  was:
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}

I attached the complete query and the error message from the log files

        Summary: Queries using "where" filter followed by "IN" operator over 
JSON data fails  (was: Tpch query 18 fails over text data with SF 0.01)

> 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
>         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)

Reply via email to