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 CDED5200B91 for ; Thu, 29 Sep 2016 23:03:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id CC955160AC1; Thu, 29 Sep 2016 21:03:22 +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 0170B160AE8 for ; Thu, 29 Sep 2016 23:03:21 +0200 (CEST) Received: (qmail 54430 invoked by uid 500); 29 Sep 2016 21:03:20 -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 54421 invoked by uid 99); 29 Sep 2016 21:03:20 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 Sep 2016 21:03:20 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 825EA2C2A64 for ; Thu, 29 Sep 2016 21:03:20 +0000 (UTC) Date: Thu, 29 Sep 2016 21:03:20 +0000 (UTC) From: "Rahul Challapalli (JIRA)" To: issues@drill.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (DRILL-4918) Adding 2 dates results in AssertionError: Multiple functions with best cost found MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Thu, 29 Sep 2016 21:03:23 -0000 [ https://issues.apache.org/jira/browse/DRILL-4918?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rahul Challapalli updated DRILL-4918: ------------------------------------- Description: git.commit.id.abbrev=2295715 The below query fails {code} select l_commitdate+l_receiptdate from cp.`tpch/lineitem.parquet`; Error: SYSTEM ERROR: AssertionError: Multiple functions with best cost found Fragment 0:0 [Error Id: 983983bd-73e3-45c8-a377-e7022a5899c7 on qa-node182.qa.lab:31010] (state=,code=0) {code} The more likely scenario is that this operation is not supported. Atleast we should throw a proper error message. I attached the error from the logs was: git.commit.id.abbrev=2295715 The below query fails {code} select l_commitdate+l_receiptdate from cp.`tpch/lineitem.parquet`; Error: SYSTEM ERROR: AssertionError: Multiple functions with best cost found Fragment 0:0 [Error Id: 983983bd-73e3-45c8-a377-e7022a5899c7 on qa-node182.qa.lab:31010] (state=,code=0) {code} I attached the error from the logs > Adding 2 dates results in AssertionError: Multiple functions with best cost found > --------------------------------------------------------------------------------- > > Key: DRILL-4918 > URL: https://issues.apache.org/jira/browse/DRILL-4918 > Project: Apache Drill > Issue Type: Bug > Components: Execution - Data Types, Functions - Drill > Reporter: Rahul Challapalli > > git.commit.id.abbrev=2295715 > The below query fails > {code} > select l_commitdate+l_receiptdate from cp.`tpch/lineitem.parquet`; > Error: SYSTEM ERROR: AssertionError: Multiple functions with best cost found > Fragment 0:0 > [Error Id: 983983bd-73e3-45c8-a377-e7022a5899c7 on qa-node182.qa.lab:31010] (state=,code=0) > {code} > The more likely scenario is that this operation is not supported. Atleast we should throw a proper error message. I attached the error from the logs -- This message was sent by Atlassian JIRA (v6.3.4#6332)