Cheolsoo Park created PIG-3485:
----------------------------------

             Summary: Remove CastUtils.bytesToMap() method from LoadCaster 
interface
                 Key: PIG-3485
                 URL: https://issues.apache.org/jira/browse/PIG-3485
             Project: Pig
          Issue Type: Task
          Components: impl
            Reporter: Cheolsoo Park
            Assignee: Cheolsoo Park
             Fix For: 0.13.0


PIG-1876 added typed map and annotated the following method as {{deprecated}} 
in 0.9:
{code}
@Deprecated
public Map<String, Object> bytesToMap(byte[] b) throws IOException;
{code}
We should remove and replace it with the new method that takes type information:
{code}
public Map<String, Object> bytesToMap(byte[] b, ResourceFieldSchema 
fieldSchema) throws IOException;
{code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to