You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tajo.apache.org by "Hyunsik Choi (JIRA)" <ji...@apache.org> on 2013/05/02 13:08:17 UTC

[jira] [Updated] (TAJO-50) Cleanup SubQuery

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

Hyunsik Choi updated TAJO-50:
-----------------------------

    Description: 
This patch cleans up tajo.master.SubQuery. 

This patch does as follows:
* Add setStartTime() and setFinishTime() methods
* Clean up SubQuery::cleanUp() and rename it to buildAndSetTableMeta()
* Clean up InitAndRequestContainer::transition method
 ** Divide codes into multiple methods named for their objectives
 ** Make the control flow very simple
* Add some methods to access member variables of SubQuery
* Remove tajo.master.Priority

  was:
This patch cleans up tajo.master.SubQuery. 

This patch does as follows:
* Add setStartTime() and setFinishTime() methods
* Clean up SubQuery::cleanUp() and rename it to buildAndSetTableMeta()
* Clean up InitAndRequestContainer::transition method
 * Divide codes into multiple methods named for their objectives
 * Make the control flow very simple
* Add some methods to access member variables of SubQuery
* Remove tajo.master.Priority

    
> Cleanup SubQuery
> ----------------
>
>                 Key: TAJO-50
>                 URL: https://issues.apache.org/jira/browse/TAJO-50
>             Project: Tajo
>          Issue Type: Improvement
>          Components: master
>            Reporter: Hyunsik Choi
>            Assignee: Hyunsik Choi
>             Fix For: 0.2-incubating
>
>
> This patch cleans up tajo.master.SubQuery. 
> This patch does as follows:
> * Add setStartTime() and setFinishTime() methods
> * Clean up SubQuery::cleanUp() and rename it to buildAndSetTableMeta()
> * Clean up InitAndRequestContainer::transition method
>  ** Divide codes into multiple methods named for their objectives
>  ** Make the control flow very simple
> * Add some methods to access member variables of SubQuery
> * Remove tajo.master.Priority

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