You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pig.apache.org by "Pi Song (JIRA)" <ji...@apache.org> on 2008/06/12 13:29:44 UTC

[jira] Commented: (PIG-141) If would be nice if grunt could report error immediately when there are mismatching quotes in the store clause

    [ https://issues.apache.org/jira/browse/PIG-141?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12604491#action_12604491 ] 

Pi Song commented on PIG-141:
-----------------------------

This is a special case where newline is in string literal. I'm not sure if we support multi-line literals

> 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.