If would be nice if grunt could report error immediately when there are
mismatching quotes in the store clause
--------------------------------------------------------------------------------------------------------------
Key: PIG-141
URL: https://issues.apache.org/jira/browse/PIG-141
Project: Pig
Issue Type: Improvement
Components: grunt
Reporter: Xu Zhang
Priority: Trivial
A nice-to-have enhancement is for grunt to report error immediately when there
are mismatching quotes in the store clause. For instance,
{code}
store C into 'results";
{code}
Currently, grunt stays without doing anything after I typed the ending ";" and
then ENTER, until I type something else. Since ";" already signals the end of
the clause, then after ENTER, grunt should be able to identify the syntactic
error immediately.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.