[ 
https://issues.apache.org/jira/browse/HIVE-2482?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13739141#comment-13739141
 ] 

Hudson commented on HIVE-2482:
------------------------------

SUCCESS: Integrated in Hive-trunk-h0.21 #2266 (See 
[https://builds.apache.org/job/Hive-trunk-h0.21/2266/])
HIVE-2482 : Convenience UDFs for binary data type (Mark Wagner via Ashutosh 
Chauhan) (hashutosh: 
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1513474)
* /hive/trunk/ql/src/java/org/apache/hadoop/hive/ql/exec/FunctionRegistry.java
* /hive/trunk/ql/src/java/org/apache/hadoop/hive/ql/udf/GenericUDFDecode.java
* /hive/trunk/ql/src/java/org/apache/hadoop/hive/ql/udf/GenericUDFEncode.java
* /hive/trunk/ql/src/java/org/apache/hadoop/hive/ql/udf/UDFBase64.java
* /hive/trunk/ql/src/java/org/apache/hadoop/hive/ql/udf/UDFHex.java
* /hive/trunk/ql/src/java/org/apache/hadoop/hive/ql/udf/UDFUnbase64.java
* /hive/trunk/ql/src/java/org/apache/hadoop/hive/ql/udf/UDFUnhex.java
* 
/hive/trunk/ql/src/test/org/apache/hadoop/hive/ql/udf/TestGenericUDFDecode.java
* 
/hive/trunk/ql/src/test/org/apache/hadoop/hive/ql/udf/TestGenericUDFEncode.java
* /hive/trunk/ql/src/test/org/apache/hadoop/hive/ql/udf/TestUDFBase64.java
* /hive/trunk/ql/src/test/org/apache/hadoop/hive/ql/udf/TestUDFHex.java
* /hive/trunk/ql/src/test/org/apache/hadoop/hive/ql/udf/TestUDFUnbase64.java
* /hive/trunk/ql/src/test/org/apache/hadoop/hive/ql/udf/TestUDFUnhex.java
* /hive/trunk/ql/src/test/queries/clientpositive/ba_table_udfs.q
* /hive/trunk/ql/src/test/queries/clientpositive/udf_sentences.q
* /hive/trunk/ql/src/test/results/clientpositive/ba_table_udfs.q.out
* /hive/trunk/ql/src/test/results/clientpositive/show_functions.q.out
* /hive/trunk/ql/src/test/results/clientpositive/udf_hex.q.out
* /hive/trunk/ql/src/test/results/clientpositive/udf_sentences.q.out
* /hive/trunk/ql/src/test/results/clientpositive/udf_unhex.q.out

                
> Convenience UDFs for binary data type
> -------------------------------------
>
>                 Key: HIVE-2482
>                 URL: https://issues.apache.org/jira/browse/HIVE-2482
>             Project: Hive
>          Issue Type: New Feature
>            Reporter: Ashutosh Chauhan
>            Assignee: Mark Wagner
>             Fix For: 0.12.0
>
>         Attachments: HIVE-2482.1.patch, HIVE-2482.2.patch, HIVE-2482.3.patch, 
> HIVE-2482.4.patch
>
>
> HIVE-2380 introduced binary data type in Hive. It will be good to have 
> following udfs to make it more useful:
> * UDF's to convert to/from hex string
> * UDF's to convert to/from string using a specific encoding
> * UDF's to convert to/from base64 string

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to