You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pig.apache.org by "Pracheer Agarwal (JIRA)" <ji...@apache.org> on 2015/04/23 21:04:38 UTC

[jira] [Commented] (PIG-4517) builtin UDF for mass concat of strings

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

Pracheer Agarwal commented on PIG-4517:
---------------------------------------

If you guys think that this can add value to piggybank, I can take this up.

> builtin UDF for mass concat of strings
> --------------------------------------
>
>                 Key: PIG-4517
>                 URL: https://issues.apache.org/jira/browse/PIG-4517
>             Project: Pig
>          Issue Type: New Feature
>          Components: piggybank
>            Reporter: Pracheer Agarwal
>            Priority: Minor
>
> Right now we have CONCAT UDF which concatenate two strings. We don't have any UDF for mass concatenation. The functionality of the proposed udf can be exact reverse of STRSPLIT. 
> STRSPLIT take a string and a regex and return a tuple of strings. On the same line MASSCONCAT can take a tuple and a delimeter as inputs and return a string as output.
> Example:
> Inputs - (a,b,c,d), "|"
> Output - a|b|c|d



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)