Return-Path: X-Original-To: apmail-drill-dev-archive@www.apache.org Delivered-To: apmail-drill-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id AE76F10BD0 for ; Wed, 18 Feb 2015 00:05:18 +0000 (UTC) Received: (qmail 11405 invoked by uid 500); 18 Feb 2015 00:05:13 -0000 Delivered-To: apmail-drill-dev-archive@drill.apache.org Received: (qmail 11347 invoked by uid 500); 18 Feb 2015 00:05:13 -0000 Mailing-List: contact dev-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 dev@drill.apache.org Received: (qmail 11296 invoked by uid 99); 18 Feb 2015 00:05:13 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Feb 2015 00:05:13 +0000 Date: Wed, 18 Feb 2015 00:05:13 +0000 (UTC) From: "Rahul Challapalli (JIRA)" To: dev@drill.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (DRILL-2258) IN operator on top of data with schema changes results in "Hash Join does not support schema changes" MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Rahul Challapalli created DRILL-2258: ---------------------------------------- Summary: IN operator on top of data with schema changes results in "Hash Join does not support schema changes" Key: DRILL-2258 URL: https://issues.apache.org/jira/browse/DRILL-2258 Project: Apache Drill Issue Type: Bug Components: Query Planning & Optimization Reporter: Rahul Challapalli Assignee: Jinfeng Ni git.commit.id.abbrev=6676f2d The data set contains multiple files with schema changes among them. By schema changes I refer to adding/removing fields The below query fails : {code} select * from `schema_changes` where 2 in (select flatten(lst_lst[0]) from `schema_changes`); Query failed: Query stopped., Hash join does not support schema changes [ 4859e87a-74a6-49a0-aa62-1f0d2033b038 on qa-node190.qa.lab:31010 ] {code} However when I select explicit fields from the same data set there seems to be no issues. -- This message was sent by Atlassian JIRA (v6.3.4#6332)