Allow the delimiter to be specified when calling TOKENIZE
---------------------------------------------------------

                 Key: PIG-2242
                 URL: https://issues.apache.org/jira/browse/PIG-2242
             Project: Pig
          Issue Type: Improvement
          Components: impl
    Affects Versions: 0.9.0, 0.8.1
            Reporter: Mark Roddy
            Priority: Minor


The TOKENIZE function is a wrapper around the Java StringTokenizer class.  The 
delimiter argument is currently hard coded as " \",()*", and it is impossible 
to specify an alternative delimiter.  

The delimiter can be added as an optional argument to TOKENIZE which will 
preserve backwards compatibility while allowing users to specify their own 
delimiter chars.  

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to