-----------------------------------------
Key: PIG-372
URL: https://issues.apache.org/jira/browse/PIG-372
Project: Pig
Issue Type: Bug
Affects Versions: types_branch
Reporter: Olga Natkovich
Fix For: types_branch
a = LOAD 'foo' USING PigStorage();
DESCRIBE a;
java.lang.NullPointerException
at org.apache.pig.PigServer.dumpSchema(PigServer.java:286)
at org.apache.pig.tools.grunt.GruntParser.processDescribe(GruntParser.java:149)
at org.apache.pig.tools.pigscript.parser.PigScriptParser.parse(PigScriptParser.java:180)
at org.apache.pig.tools.grunt.GruntParser.parseStopOnError(GruntParser.java:82)
at org.apache.pig.tools.grunt.Grunt.exec(Grunt.java:64)
at org.apache.pig.Main.main(Main.java:302)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.