Uploaded image for project: 'Pig'
  1. Pig
  2. PIG-2731

remove deprecated methods isNull() and setNull(boolean) from Tuple

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Duplicate
    • None
    • None
    • None

    Description

      These methods should be removed:
      org.apache.pig.data.Tuple

          /**
           * 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);
      

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              julienledem Julien Le Dem
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: