[
https://issues.apache.org/jira/browse/TAJO-498?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13877089#comment-13877089
]
Hudson commented on TAJO-498:
-----------------------------
ABORTED: Integrated in Tajo-master-build #20 (See
[https://builds.apache.org/job/Tajo-master-build/20/])
TAJO-498: Implement digest(text, text) function. (DaeMyung Kang via hyunsik)
(hyunsik:
https://git-wip-us.apache.org/repos/asf?p=incubator-tajo.git&a=commit&h=9af2fca12204648a16759aedf75a0234b438ae9b)
* CHANGES.txt
*
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/Digest.java
> 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.2.patch, 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)