Kurt Smith created PIG-3586:
-------------------------------
Summary: paren in comment causes error
Key: PIG-3586
URL: https://issues.apache.org/jira/browse/PIG-3586
Project: Pig
Issue Type: Bug
Reporter: Kurt Smith
Priority: Minor
This works:
a = load 'something' as (
-- I want a comment here
i :int);
However, comments do not like a open parenthesis. This raises an error:
a = load 'something' as (
-- Why doesn't this work :(
-- However, this works :( :)
i:int);
--
This message was sent by Atlassian JIRA
(v6.1#6144)