You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@asterixdb.apache.org by "Yingyi Bu (JIRA)" <ji...@apache.org> on 2015/09/29 21:21:04 UTC

[jira] [Updated] (ASTERIXDB-1117) Cleanup SubscribeFeedStatement

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

Yingyi Bu updated ASTERIXDB-1117:
---------------------------------
    Description: 
The SubscribeFeedStatement in the AQL parser looks hackish:
https://github.com/apache/incubator-asterixdb/blob/master/asterix-aql/src/main/java/org/apache/asterix/aql/expression/SubscribeFeedStatement.java#L72

The metadata access as well as the additional processing logic should be refactored out of the parser.

  was:
The SubscribeFeedStatement in the AQL parser looks hackish:
https://github.com/apache/incubator-asterixdb/blob/master/asterix-aql/src/main/java/org/apache/asterix/aql/expression/SubscribeFeedStatement.java#L72

It should be refactored out of the parser.


> Cleanup SubscribeFeedStatement
> ------------------------------
>
>                 Key: ASTERIXDB-1117
>                 URL: https://issues.apache.org/jira/browse/ASTERIXDB-1117
>             Project: Apache AsterixDB
>          Issue Type: Improvement
>          Components: Feeds
>            Reporter: Yingyi Bu
>            Assignee: Abdullah Alamoudi
>            Priority: Minor
>
> The SubscribeFeedStatement in the AQL parser looks hackish:
> https://github.com/apache/incubator-asterixdb/blob/master/asterix-aql/src/main/java/org/apache/asterix/aql/expression/SubscribeFeedStatement.java#L72
> The metadata access as well as the additional processing logic should be refactored out of the parser.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)