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 081A111DC0 for ; Mon, 9 Jun 2014 06:49:56 +0000 (UTC) Received: (qmail 79101 invoked by uid 500); 9 Jun 2014 06:49:56 -0000 Delivered-To: apmail-drill-issues-archive@drill.apache.org Received: (qmail 79077 invoked by uid 500); 9 Jun 2014 06:49:55 -0000 Mailing-List: contact issues-help@drill.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@drill.incubator.apache.org Delivered-To: mailing list issues@drill.incubator.apache.org Received: (qmail 79068 invoked by uid 99); 9 Jun 2014 06:49:55 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Jun 2014 06:49:55 +0000 X-ASF-Spam-Status: No, hits=-2000.7 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO mail.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with SMTP; Mon, 09 Jun 2014 06:49:54 +0000 Received: (qmail 74603 invoked by uid 99); 9 Jun 2014 06:49:34 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Jun 2014 06:49:34 +0000 Date: Mon, 9 Jun 2014 06:49:34 +0000 (UTC) From: "Jacques Nadeau (JIRA)" To: issues@drill.incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (DRILL-592) order by on select * with filter fails MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/DRILL-592?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacques Nadeau updated DRILL-592: --------------------------------- Component/s: SQL Parser Assignee: Jacques Nadeau > order by on select * with filter fails > -------------------------------------- > > Key: DRILL-592 > URL: https://issues.apache.org/jira/browse/DRILL-592 > Project: Apache Drill > Issue Type: Bug > Components: SQL Parser > Reporter: Ramana Inukonda Nagaraj > Assignee: Jacques Nadeau > > 0: jdbc:drill:schema=dfs.drillTestDirP1> explain plan for select * from student where gpa>2 order by gpa; > +------------+------------+ > | text | json | > +------------+------------+ > | ScreenPrel: rowcount = 50.0, cumulative cost = {281.48092021712586 rows, 141.0 cpu, 0.0 io}, id = 17763 > SingleMergeExchangePrel(sort0=[1 ASC]): rowcount = 50.0, cumulative cost = {276.48092021712586 rows, 136.0 cpu, 0.0 io}, id = 17762 > SortPrel(sort0=[$1], dir | > +------------+------------+ > 1 row selected (0.068 seconds) > 0: jdbc:drill:schema=dfs.drillTestDirP1> select * from student where gpa>2 order by gpa; > Query failed: org.apache.drill.exec.rpc.RpcException: Remote failure while running query.[error_id: "f9ef8a1b-e231-4e97-a04b-1c9da48e9262" > endpoint { > address: "drillats1.qa.lab" > user_port: 31010 > control_port: 31011 > data_port: 31012 > } > error_type: 0 > message: "Failure while running fragment. < ClassCastException:[ org.apache.drill.exec.vector.VarBinaryVector cannot be cast to org.apache.drill.exec.vector.Float4Vector ]" > ] > Error: exception while executing query (state=,code=0) > Might be related to Drill-586 but looks unlikely. That bug failed during plan phase itself. -- This message was sent by Atlassian JIRA (v6.2#6252)