Support for empty schema in "AS ()" syntax is broken
-----------------------------------------------------
Key: PIG-2390
URL: https://issues.apache.org/jira/browse/PIG-2390
Project: Pig
Issue Type: Bug
Affects Versions: 0.9.1
Reporter: Francis Liu
running this command in pig 0.8 works:
A = LOAD 'myfile.txt' USING PigStorage('\t') AS ()
but in 0.9, you get:
ERROR 1200: <line 1, column 49> mismatched input ')' expecting IDENTIFIER_L
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira