Return-Path: X-Original-To: apmail-tajo-dev-archive@minotaur.apache.org Delivered-To: apmail-tajo-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2A26910BAE for ; Mon, 9 Dec 2013 14:16:39 +0000 (UTC) Received: (qmail 98110 invoked by uid 500); 9 Dec 2013 14:16:38 -0000 Delivered-To: apmail-tajo-dev-archive@tajo.apache.org Received: (qmail 97993 invoked by uid 500); 9 Dec 2013 14:16:34 -0000 Mailing-List: contact dev-help@tajo.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@tajo.incubator.apache.org Delivered-To: mailing list dev@tajo.incubator.apache.org Received: (qmail 97979 invoked by uid 99); 9 Dec 2013 14:16:31 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Dec 2013 14:16:31 +0000 X-ASF-Spam-Status: No, hits=-2000.1 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, 09 Dec 2013 14:16:29 +0000 Received: (qmail 97698 invoked by uid 99); 9 Dec 2013 14:16:07 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Dec 2013 14:16:07 +0000 Date: Mon, 9 Dec 2013 14:16:07 +0000 (UTC) From: "Hudson (JIRA)" To: dev@tajo.incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (TAJO-307) Implement chr(int) function 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/TAJO-307?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13843182#comment-13843182 ] Hudson commented on TAJO-307: ----------------------------- SUCCESS: Integrated in Tajo-trunk-postcommit #608 (See [https://builds.apache.org/job/Tajo-trunk-postcommit/608/]) TAJO-307: Implement chr(int) function. (DaeMyung Kang via hyunsik) (hyunsik: https://git-wip-us.apache.org/repos/asf?p=incubator-tajo.git&a=commit&h=ad6ff6ede187bea29e64c1745fad4d90f7049433) * tajo-core/tajo-core-backend/src/main/java/org/apache/tajo/master/TajoMaster.java * tajo-core/tajo-core-backend/src/test/java/org/apache/tajo/engine/function/TestStringOperatorsAndFunctions.java * tajo-core/tajo-core-backend/src/main/java/org/apache/tajo/engine/function/string/Chr.java * CHANGES.txt > Implement chr(int) function > --------------------------- > > Key: TAJO-307 > URL: https://issues.apache.org/jira/browse/TAJO-307 > Project: Tajo > Issue Type: Improvement > Components: operator/function/udf > Reporter: Hyunsik Choi > Assignee: DaeMyung Kang > Priority: Trivial > Labels: newbie > Fix For: 0.8-incubating > > Attachments: TAJO-307.patch > > > chr function returns one character from the ascii code argument. > {code} > text chr(int) > {code} -- This message was sent by Atlassian JIRA (v6.1.4#6159)