[ 
https://issues.apache.org/jira/browse/PIG-3163?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sriram Krishnan updated PIG-3163:
---------------------------------

    Status: Patch Available  (was: In Progress)

Attached is a patch, which seems to work.
                
> Pig current releases lack a UDF endsWith.This UDF tests if a given string 
> ends with the specified suffix.
> ---------------------------------------------------------------------------------------------------------
>
>                 Key: PIG-3163
>                 URL: https://issues.apache.org/jira/browse/PIG-3163
>             Project: Pig
>          Issue Type: New Feature
>          Components: piggybank
>    Affects Versions: 0.10.0
>            Reporter: Anuroopa George
>            Assignee: Sriram Krishnan
>             Fix For: 0.12
>
>         Attachments: pig-3163-patch
>
>
> Pig current releases lack a UDF endsWith.This UDF tests if a given string  
> ends with the specified suffix.This UDF returns true if the character 
> sequence represented by the string argument given as a suffix is a suffix of 
> the character sequence represented by the given string; false otherwise.Also 
> true will be returned if the given suffix is an empty string or is equal to 
> the given 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