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 2A85B11951 for ; Mon, 11 Aug 2014 22:16:34 +0000 (UTC) Received: (qmail 13862 invoked by uid 500); 11 Aug 2014 22:16:34 -0000 Delivered-To: apmail-drill-issues-archive@drill.apache.org Received: (qmail 13834 invoked by uid 500); 11 Aug 2014 22:16:34 -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 13824 invoked by uid 99); 11 Aug 2014 22:16:34 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 Aug 2014 22:16:34 +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, 11 Aug 2014 22:16:32 +0000 Received: (qmail 12260 invoked by uid 99); 11 Aug 2014 22:16:12 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 Aug 2014 22:16:12 +0000 Date: Mon, 11 Aug 2014 22:16:12 +0000 (UTC) From: "Zhiyong Liu (JIRA)" To: issues@drill.incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (DRILL-1188) AssertionError while running TPC-H query against hive datasource 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-1188?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14093430#comment-14093430 ] Zhiyong Liu commented on DRILL-1188: ------------------------------------ Verified on the following build: git.commit.id.abbrev=8c66525 git.commit.id=8c66525735d011c763a4ed913d46e07cd60aea23 > AssertionError while running TPC-H query against hive datasource > ---------------------------------------------------------------- > > Key: DRILL-1188 > URL: https://issues.apache.org/jira/browse/DRILL-1188 > Project: Apache Drill > Issue Type: Bug > Components: Functions - Hive > Reporter: Zhiyong Liu > Assignee: Ramana Inukonda Nagaraj > Fix For: 0.5.0 > > Attachments: 14.p, DRILL-1188.log > > > git.commit.id.abbrev=e5c2da0 > git.commit.id=e5c2da0eb95df1a93d4ad909d5553757201dc903 > 0: jdbc:drill:schema=dfs.TpcHMulti> use hive; > +------------+------------+ > | ok | summary | > +------------+------------+ > | true | Default schema changed to 'hive' | > +------------+------------+ > 1 row selected (0.325 seconds) > 0: jdbc:drill:schema=dfs.TpcHMulti> select > . . . . . . . . . . . . . . . . . > 100.00 * sum(case > . . . . . . . . . . . . . . . . . > when p.p_type like 'PROMO%' > . . . . . . . . . . . . . . . . . > then l.l_extendedprice * (1 - l.l_discount) > . . . . . . . . . . . . . . . . . > else 0 > . . . . . . . . . . . . . . . . . > end) / sum(l.l_extendedprice * (1 - l.l_discount)) as promo_revenue > . . . . . . . . . . . . . . . . . > from > . . . . . . . . . . . . . . . . . > lineitem l, > . . . . . . . . . . . . . . . . . > part p > . . . . . . . . . . . . . . . . . > where > . . . . . . . . . . . . . . . . . > l.l_partkey = p.p_partkey > . . . . . . . . . . . . . . . . . > and l.l_shipdate >= date '1994-08-01' > . . . . . . . . . . . . . . . . . > and l.l_shipdate < date '1994-08-01' + interval '1' month; > Query failed: org.apache.drill.exec.rpc.RpcException: Remote failure while running query.[error_id: "7aa9bffb-38a5-41aa-9e84-1fde3a2e7735" > endpoint { > address: "perfnode104.perf.lab" > user_port: 31010 > control_port: 31011 > data_port: 31012 > } > error_type: 0 > message: "Failure while running fragment. < AssertionError" > ] > Error: exception while executing query (state=,code=0) -- This message was sent by Atlassian JIRA (v6.2#6252)