You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pig.apache.org by "Eric Gaudet (JIRA)" <ji...@apache.org> on 2009/03/11 23:32:50 UTC

[jira] Updated: (PIG-713) Autocompletion doesn't complete aliases

     [ https://issues.apache.org/jira/browse/PIG-713?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Eric Gaudet updated PIG-713:
----------------------------

    Attachment: alias_completion.patch

This patch adds a new completor called before the normal PigCompletor for keywords. The new completor only triggers for a given set of keywords that are followed by an alias and does performs autocompletion on the aliases defined in the script.

This patch changes the implementation of PigCompletor a little so common methods can be used by other completor classes (such as the on that loads known keywords at init).

> Autocompletion doesn't complete aliases
> ---------------------------------------
>
>                 Key: PIG-713
>                 URL: https://issues.apache.org/jira/browse/PIG-713
>             Project: Pig
>          Issue Type: New Feature
>          Components: grunt
>            Reporter: Eric Gaudet
>            Priority: Minor
>         Attachments: alias_completion.patch
>
>
> Autocompletion only knows about keywords, but in different contexts, it would be nice if it completed aliases where an alias is expected.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.