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 EE86717EAE for ; Wed, 22 Apr 2015 15:54:58 +0000 (UTC) Received: (qmail 27484 invoked by uid 500); 22 Apr 2015 15:54:58 -0000 Delivered-To: apmail-drill-issues-archive@drill.apache.org Received: (qmail 27452 invoked by uid 500); 22 Apr 2015 15:54:58 -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 27442 invoked by uid 99); 22 Apr 2015 15:54:58 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Apr 2015 15:54:58 +0000 Date: Wed, 22 Apr 2015 15:54:58 +0000 (UTC) From: "Krystal (JIRA)" To: issues@drill.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Closed] (DRILL-1089) SUBSTRING(string, from) function fails 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-1089?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Krystal closed DRILL-1089. -------------------------- Verified that bug is fixed. Automated test at: /private-sql-hadoop-test/framework/resources/Functional/Passing/p1tests/substring.q > SUBSTRING(string, from) function fails > -------------------------------------- > > Key: DRILL-1089 > URL: https://issues.apache.org/jira/browse/DRILL-1089 > Project: Apache Drill > Issue Type: Bug > Components: Functions - Drill > Reporter: Krystal > Assignee: Mehant Baid > Priority: Blocker > Fix For: 0.4.0 > > > git.commit.id.abbrev=3ea8eb5 > git.build.time=26.06.2014 @ 14\:15\:29 PDT > The following query ran successfully in the last build; but failed in the latest build. > 0: jdbc:drill:schema=dfs> select substring(name, 5) from voter where age < 20; > message: "Failure while setting up Foreman. < AssertionError:[ typeName.allowsPrecScale(true, false) ]" > ] > If I use substr instead of substring, then the query succeeds. -- This message was sent by Atlassian JIRA (v6.3.4#6332)