Return-Path: X-Original-To: apmail-drill-issues-archive@minotaur.apache.org Delivered-To: apmail-drill-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 20CA217BB9 for ; Fri, 1 May 2015 22:48:07 +0000 (UTC) Received: (qmail 44508 invoked by uid 500); 1 May 2015 22:48:07 -0000 Delivered-To: apmail-drill-issues-archive@drill.apache.org Received: (qmail 44477 invoked by uid 500); 1 May 2015 22:48:07 -0000 Mailing-List: contact issues-help@drill.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@drill.apache.org Delivered-To: mailing list issues@drill.apache.org Received: (qmail 44463 invoked by uid 99); 1 May 2015 22:48:07 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 May 2015 22:48:07 +0000 Date: Fri, 1 May 2015 22:48:06 +0000 (UTC) From: "Rahul Challapalli (JIRA)" To: issues@drill.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Closed] (DRILL-1287) Queries using "where" filter followed by "IN" operator over JSON data fails MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/DRILL-1287?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rahul Challapalli closed DRILL-1287. ------------------------------------ Verified! Below is the tescase Functional/Passing/tpch0.01/json/18.q > 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: DrillCommitter > 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.3.4#6332)