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

-param parser is not consistent with %default parser

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 0.8.1
    • None
    • None
    • None

    Description

      The following two are different:

      1. pig -p cond="id == 1" test.pig
      2. in test.pig: %declare cond 'id == 1'

      The latter works as expected. pig -p cond="id\ \== 1" test.pig is equivalent to (2).
      The escaping requirement looks like unintended consequence of the parser used for parsing '-p'.

      Attachments

        Issue Links

          Activity

            There are no comments yet on this issue.

            People

              Unassigned Unassigned
              rangadi Raghu Angadi
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated: