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

LOSort isEqual method

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • None
    • 0.11
    • build
    • None

    Description

      While I was checking the logical operators, I found that LOSort does this while comparing two logical operators:

      if (mSortFunc.equals(otherSort.getUserFunc()))
      return false;
      ...
      if (mSortColPlans.equals(otherSort.getSortColPlans()))
      return false;

      If UDF sorting functions are equal, then it returns false. Also, in the case of same sorting columns plans.

      Attachments

        1. PIG-2781-1.patch
          1.0 kB
          Daniel Dai

        Activity

          People

            xalan Allan AvendaƱo
            xalan Allan AvendaƱo
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: