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

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

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

Nezih Yigitbasi updated PIG-3542:
---------------------------------

    Attachment: PIG-3542.patch

> 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
>            Priority: Minor
>         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)