|
Xuefu Zhang (JIRA) |
at Apr 5, 2011 at 11:54 pm
|
⇧ |
| |
[
https://issues.apache.org/jira/browse/PIG-1961?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Xuefu Zhang updated PIG-1961:
-----------------------------
Attachment: PIG-1961.patch
[exec] +1 overall.
[exec]
[exec] +1 @author. The patch does not contain any @author tags.
[exec]
[exec] +1 tests included. The patch appears to include 3 new or modified tests.
[exec]
[exec] +1 javadoc. The javadoc tool did not generate any warning messages.
[exec]
[exec] +1 javac. The applied patch does not increase the total number of javac compiler warnings.
[exec]
[exec] +1 findbugs. The patch does not introduce any new Findbugs warnings.
[exec]
[exec] +1 release audit. The applied patch does not increase the total number of release audit warnings.
Pig prints "null" as file name in case of grammar error
-------------------------------------------------------
Key: PIG-1961
URL:
https://issues.apache.org/jira/browse/PIG-1961Project: Pig
Issue Type: Bug
Affects Versions: 0.9.0
Reporter: Xuefu Zhang
Assignee: Xuefu Zhang
Fix For: 0.9.0
Attachments: PIG-1961.patch
Due to macro related check. The following is the symptom:
grunt> A = load ^ 'x';
2011-04-04 13:05:20,336 [main] ERROR org.apache.pig.tools.grunt.Grunt - ERROR 0: <file null, line 6, column 9> Unexpected character '^'
--
This message is automatically generated by JIRA.
For more information on JIRA, see:
http://www.atlassian.com/software/jira