Nezih Yigitbasi created PIG-3542: ------------------------------------ Summary: 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
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)