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

ORDER (x,y) gives syntax error

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Duplicate
    • 0.2.0
    • None
    • None
    • None

    Description

      In trunk, this is a valid notation

      A = load 'data' as (x, y z);
      B = order A by (x,y);

      However, new code only allows

      B = order A by x,y;

      Attachments

        Activity

          People

            Unassigned Unassigned
            olgan Olga Natkovich
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: