Julien Le Dem created PIG-2731:
----------------------------------

             Summary: remove deprecated methods isNull() and setNull(boolean) 
from Tuple
                 Key: PIG-2731
                 URL: https://issues.apache.org/jira/browse/PIG-2731
             Project: Pig
          Issue Type: Improvement
            Reporter: Julien Le Dem


These methods should be removed:
org.apache.pig.data.Tuple
{code}
    /**
     * This is an unsupported method.
     * It never really worked. Don't use it!
     * @return probably nonsense! Don't rely on this!
     */
    @Deprecated
    public boolean isNull();
    
    /**
     * This is an unsupported method.
     * It never really worked. Don't use it!
     * @param isNull (but it will be ignored)
     */
    @Deprecated
    public void setNull(boolean isNull);
{code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to