[ https://issues.apache.org/jira/browse/PIG-3136?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13588903#comment-13588903 ]
Cheolsoo Park commented on PIG-3136: ------------------------------------ [~jcoveney], I like your idea a lot. Thank you very much! I tested your patch with store, dump, explain, describe and illustrate, and here is the result: ||Command||Works||Remarks|| |store|(+)| | |dump|(+)| | |explain|(-)|Shows plans, then throws an error| |describe|(-)| | |illustrate|(-)|Shows tables, then throws an error| Does it make sense to support all these commands? > Introduce a syntax making declared aliases optional > --------------------------------------------------- > > Key: PIG-3136 > URL: https://issues.apache.org/jira/browse/PIG-3136 > Project: Pig > Issue Type: Improvement > Reporter: Jonathan Coveney > Assignee: Jonathan Coveney > Fix For: 0.12 > > Attachments: PIG-3136-0.patch, PIG-3136-1.patch > > > This is something Daniel and I have talked about before, and now that we have > the @ syntax, this is easy to implement. The idea is that relation names are > no longer required, and you can instead use a fat arrow (obviously that can > be changed) to signify this. The benefit is not having to engage in the > mental load of having to name everything. > One other possibility is just making "alias =" optional. I fear that that > could be a little TOO magical, but I welcome opinions. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira