UDFContext should be made available to LoadFunc.bindTo
------------------------------------------------------

                 Key: PIG-1133
                 URL: https://issues.apache.org/jira/browse/PIG-1133
             Project: Pig
          Issue Type: Bug
          Components: impl
    Affects Versions: 0.4.0
            Reporter: Daniel Dai
            Assignee: Daniel Dai
             Fix For: 0.6.0


Currently UDFContext is available at frontend, map and reduce. However, 
LoadFunc.bindTo will be called on InputFormat.getSplits, which is on a 
different context then the ones mentioned before. UDFContext should be 
available in that context as well.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to