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 B997E177A4 for ; Wed, 1 Oct 2014 23:01:57 +0000 (UTC) Received: (qmail 94613 invoked by uid 500); 1 Oct 2014 23:01:57 -0000 Delivered-To: apmail-drill-issues-archive@drill.apache.org Received: (qmail 94587 invoked by uid 500); 1 Oct 2014 23:01:57 -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 94578 invoked by uid 99); 1 Oct 2014 23:01:57 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Oct 2014 23:01:57 +0000 X-ASF-Spam-Status: No, hits=-2000.6 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; Wed, 01 Oct 2014 23:01:35 +0000 Received: (qmail 94457 invoked by uid 99); 1 Oct 2014 23:01:33 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Oct 2014 23:01:33 +0000 Date: Wed, 1 Oct 2014 23:01:33 +0000 (UTC) From: "Rahul Challapalli (JIRA)" To: issues@drill.incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (DRILL-1479) Hbase query using "sum" randomly fails to execute in Drill-0.6.0 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-1479?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rahul Challapalli updated DRILL-1479: ------------------------------------- Description: git.commit.id.abbrev=5c220e3 The below query works fine when we from sqlline. However we run this query as part of batch which contains other queries, then this fails frequently with the attached error. The source data voter resides in hbase Drill Query : {code} select sum(cast(threecf['contributions'] as decimal(6,2))) from voter; {code} Attached the error log and the data files was: git.commit.id.abbrev=5c220e3 The below query works fine when we from sqlline. However we run this query as part of batch which contains other queries, then this fails frequently with the attached error Drill Query : {code} select sum(cast(threecf['contributions'] as decimal(6,2))) from voter; {code} Attached the error log and the data files > Hbase query using "sum" randomly fails to execute in Drill-0.6.0 > ---------------------------------------------------------------- > > Key: DRILL-1479 > URL: https://issues.apache.org/jira/browse/DRILL-1479 > Project: Apache Drill > Issue Type: Bug > Reporter: Rahul Challapalli > Attachments: hbase_sum.error, votertab > > > git.commit.id.abbrev=5c220e3 > The below query works fine when we from sqlline. However we run this query as part of batch which contains other queries, then this fails frequently with the attached error. The source data voter resides in hbase > Drill Query : > {code} > select sum(cast(threecf['contributions'] as decimal(6,2))) from voter; > {code} > Attached the error log and the data files -- This message was sent by Atlassian JIRA (v6.3.4#6332)