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 4EEAC19081 for ; Thu, 10 Mar 2016 10:32:45 +0000 (UTC) Received: (qmail 74061 invoked by uid 500); 10 Mar 2016 10:32:42 -0000 Delivered-To: apmail-drill-issues-archive@drill.apache.org Received: (qmail 73979 invoked by uid 500); 10 Mar 2016 10:32:42 -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 73927 invoked by uid 99); 10 Mar 2016 10:32:42 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Mar 2016 10:32:42 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 76F8F2C1F58 for ; Thu, 10 Mar 2016 10:32:41 +0000 (UTC) Date: Thu, 10 Mar 2016 10:32:41 +0000 (UTC) From: "Vitalii Diravka (JIRA)" To: issues@drill.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (DRILL-2282) Eliminate spaces, special characters from names in function templates 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-2282?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15189043#comment-15189043 ] Vitalii Diravka commented on DRILL-2282: ---------------------------------------- The updated patch DRILL-2282-updated.patch is ready to implement after fixing the bug in Apache arrow subproject [ARROW-61 Method can return the value bigger than long MAX_VALUE|https://issues.apache.org/jira/browse/ARROW-61]. > Eliminate spaces, special characters from names in function templates > --------------------------------------------------------------------- > > Key: DRILL-2282 > URL: https://issues.apache.org/jira/browse/DRILL-2282 > Project: Apache Drill > Issue Type: Bug > Components: Functions - Drill > Reporter: Mehant Baid > Assignee: Vitalii Diravka > Fix For: 1.6.0 > > Attachments: DRILL-2282-updated.patch, DRILL-2282.patch > > > Having spaces in the name of the functions causes issues while deserializing such expressions when we try to read the plan fragment. As part of this JIRA would like to clean up all the templates to not include special characters in their names. -- This message was sent by Atlassian JIRA (v6.3.4#6332)