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 3F2EC10240 for ; Wed, 15 Jan 2014 15:13:42 +0000 (UTC) Received: (qmail 81307 invoked by uid 500); 15 Jan 2014 15:13:41 -0000 Delivered-To: apmail-tajo-dev-archive@tajo.apache.org Received: (qmail 81268 invoked by uid 500); 15 Jan 2014 15:13:41 -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 81259 invoked by uid 99); 15 Jan 2014 15:13:41 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Jan 2014 15:13:41 +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; Wed, 15 Jan 2014 15:13:40 +0000 Received: (qmail 80390 invoked by uid 99); 15 Jan 2014 15:13:19 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Jan 2014 15:13:19 +0000 Date: Wed, 15 Jan 2014 15:13:19 +0000 (UTC) From: "Tajo QA (JIRA)" To: dev@tajo.incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (TAJO-498) Implement digest(text, text) 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-498?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13872165#comment-13872165 ] Tajo QA commented on TAJO-498: ------------------------------ {color:red}*-1 overall.*{color:red} Here are the results of testing the latest attachment http://issues.apache.org/jira/secure/attachment/12622667/TAJO-498.patch against master revision 69700bf. {color:green}+1 @author. The patch does not contain any @author tags.{color:green} {color:green}+1 tests included. The patch appears to include 1 new or modified test files.{color:green} {color:green}+1 javac. The applied patch does not increase the total number of javac compiler warnings.{color:green} {color:green}+1 javadoc. The applied patch does not increase the total number of javadoc warnings.{color:green} {color:green}+1 checkstyle. The patch generated 0 code style errors.{color:green} {color:red}-1 findbugs. The patch appears to introduce 546 new Findbugs (version 1.3.9) warnings.{color:red} {color:green}+1 release audit. The applied patch does not increase the total number of release audit warnings.{color:green} {color:green}+1 core tests. The patch passed unit tests in tajo-core/tajo-core-backend.{color:green} Test results: https://builds.apache.org/job/PreCommit-TAJO-Build/44//testReport/ Findbugs warnings: https://builds.apache.org/job/PreCommit-TAJO-Build/44//artifact/incubator-tajo/patchprocess/newPatchFindbugsWarningstajo-core-backend.html Console output: https://builds.apache.org/job/PreCommit-TAJO-Build/44//console This message is automatically generated. > Implement digest(text, text) function > ------------------------------------- > > Key: TAJO-498 > URL: https://issues.apache.org/jira/browse/TAJO-498 > Project: Tajo > Issue Type: Sub-task > Components: function/udf > Reporter: DaeMyung Kang > Assignee: DaeMyung Kang > Priority: Minor > Fix For: 0.8-incubating > > Attachments: TAJO-498.patch > > > digest(text, 'md2') > digest(text, 'md5') > digest(text, 'sha1') > digest(text, 'sha256') > digest(text, 'sha384') > digest(text, 'sha512') -- This message was sent by Atlassian JIRA (v6.1.5#6160)