Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 42EF8200B4D for ; Fri, 8 Jul 2016 20:42:13 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 41C94160A77; Fri, 8 Jul 2016 18:42:13 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 88663160A87 for ; Fri, 8 Jul 2016 20:42:12 +0200 (CEST) Received: (qmail 43593 invoked by uid 500); 8 Jul 2016 18:42:11 -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 43369 invoked by uid 99); 8 Jul 2016 18:42:11 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Jul 2016 18:42:11 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 769C42C02B4 for ; Fri, 8 Jul 2016 18:42:11 +0000 (UTC) Date: Fri, 8 Jul 2016 18:42:11 +0000 (UTC) From: "Suresh Ollala (JIRA)" To: issues@drill.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (DRILL-4733) max(dir0) reading more columns than necessary MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Fri, 08 Jul 2016 18:42:13 -0000 [ https://issues.apache.org/jira/browse/DRILL-4733?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Suresh Ollala updated DRILL-4733: --------------------------------- Reviewer: Chun Chang > max(dir0) reading more columns than necessary > --------------------------------------------- > > Key: DRILL-4733 > URL: https://issues.apache.org/jira/browse/DRILL-4733 > Project: Apache Drill > Issue Type: Bug > Components: Query Planning & Optimization, Storage - Parquet > Affects Versions: 1.7.0 > Reporter: Rahul Challapalli > Assignee: Arina Ielchiieva > Priority: Critical > Fix For: 1.7.0 > > Attachments: bug.tgz > > > The below query started to fail from this commit : 3209886a8548eea4a2f74c059542672f8665b8d2 > {code} > select max(dir0) from dfs.`/drill/testdata/bug/2016`; > Error: UNSUPPORTED_OPERATION ERROR: Streaming aggregate does not support schema changes > Fragment 0:0 > [Error Id: b0060205-e9a6-428a-9803-7b4312b2c6f4 on qa-node190.qa.lab:31010] (state=,code=0) > {code} > The sub-folders contains files which do have schema change for one column "contributions" (int32 vs double). However prior to this commit we did not fail in the scenario. Log files and test data are attached -- This message was sent by Atlassian JIRA (v6.3.4#6332)