You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pig.apache.org by "Daniel Dai (JIRA)" <ji...@apache.org> on 2013/10/23 22:01:47 UTC

[jira] [Resolved] (PIG-3542) Javadoc of REGEX_EXTRACT_ALL

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

Daniel Dai resolved PIG-3542.
-----------------------------

       Resolution: Fixed
    Fix Version/s: 0.13.0
         Assignee: Nezih Yigitbasi
     Hadoop Flags: Reviewed

Patch committed to trunk. Thanks Nezih!

> Javadoc of REGEX_EXTRACT_ALL
> ----------------------------
>
>                 Key: PIG-3542
>                 URL: https://issues.apache.org/jira/browse/PIG-3542
>             Project: Pig
>          Issue Type: Improvement
>          Components: documentation
>    Affects Versions: 0.12.0
>            Reporter: Nezih Yigitbasi
>            Assignee: Nezih Yigitbasi
>            Priority: Minor
>             Fix For: 0.13.0
>
>         Attachments: PIG-3542.patch
>
>
> The javadoc of the built in function REGEX_EXTRACT_ALL has a minor problem when describing the matching strategy to set the useMatches constructor argument. To set useMatches to false the javadoc says:
> DEFINE GREEDY_EXTRACT REGEX_EXTRACT(false);
> instead it should be:
> DEFINE GREEDY_EXTRACT REGEX_EXTRACT_ALL(false);



--
This message was sent by Atlassian JIRA
(v6.1#6144)