----------------------------------------------------------------
Key: PIG-2194
URL: https://issues.apache.org/jira/browse/PIG-2194
Project: Pig
Issue Type: Bug
Reporter: Joey Echeverria
When using the command history in grunt, everything looks fine until I cross a command that line wrapped. For example, the following looks fine:
{noformat}
grunt> data = LOAD 'input.file' USING PigStorage('\t') AS (field1, field2, fie
ld3);
{noformat}
but if I scroll up to the previous command, I see the following:
{noformat}
grunt> data = LOAD 'input.file' USING PigStorage('\t') AS (field1, field2, fie
DUMP data;
{noformat}
Notice that I still see the "data = LOAD ..." from the command shown before this one.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira