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 43E6110D58 for ; Fri, 5 Dec 2014 20:54:13 +0000 (UTC) Received: (qmail 87058 invoked by uid 500); 5 Dec 2014 20:54:13 -0000 Delivered-To: apmail-drill-issues-archive@drill.apache.org Received: (qmail 87023 invoked by uid 500); 5 Dec 2014 20:54:13 -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 87011 invoked by uid 99); 5 Dec 2014 20:54:13 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Dec 2014 20:54:13 +0000 Date: Fri, 5 Dec 2014 20:54:13 +0000 (UTC) From: "Sean Hsuan-Yi Chu (JIRA)" To: issues@drill.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (DRILL-1811) select A, * from ... crashes JVM 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-1811?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sean Hsuan-Yi Chu updated DRILL-1811: ------------------------------------- Assignee: Aman Sinha (was: Steven Phillips) > select A, * from ... crashes JVM > -------------------------------- > > Key: DRILL-1811 > URL: https://issues.apache.org/jira/browse/DRILL-1811 > Project: Apache Drill > Issue Type: Bug > Components: Execution - Operators > Reporter: Sean Hsuan-Yi Chu > Assignee: Aman Sinha > Priority: Blocker > Fix For: 0.8.0 > > Attachments: DRILL-1811.1.patch > > > while "select *, A from ..." works, select A, * from ... crashes JVM. > As I discussed with Aman, the reason for the crash is because drill is not handling wildcard "*" correctly. So the operator Project "transfers" the requested column A to the output instead of "copy". > So when drill is trying to project to the second operand in the select clause (i.e., "*" ), nothing will come out of that column. -- This message was sent by Atlassian JIRA (v6.3.4#6332)