You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by "Rahul Challapalli (JIRA)" <ji...@apache.org> on 2014/08/12 11:24:11 UTC

[jira] [Created] (DRILL-1287) Tpch query 18 fails over text data with SF 0.01

Rahul Challapalli created DRILL-1287:
----------------------------------------

             Summary: Tpch query 18 fails over text data with SF 0.01
                 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}

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



--
This message was sent by Atlassian JIRA
(v6.2#6252)