You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@nemo.apache.org by GitBox <gi...@apache.org> on 2018/06/14 07:06:32 UTC

[GitHub] seojangho opened a new pull request #33: [NEMO-111] Remove ExecutionProperty.Key

seojangho opened a new pull request #33: [NEMO-111] Remove ExecutionProperty.Key
URL: https://github.com/apache/incubator-nemo/pull/33
 
 
   JIRA: [NEMO-111: Remove enum ExecutionProperty.Key](https://issues.apache.org/jira/projects/NEMO/issues/NEMO-111)
   
   **Major changes:**
   - Replaced enum ExecutionProperty.Key with Class<? extends ExecutionProperty>
   
   **Minor changes to note:**
   - Removed unnecessary casting for accessing ExecutionProperty value.
   - Renamed IREdge#getProperty to IREdge#getPropertyValue
   - Renamed IRVertex#getProperty to IRVertex#getPropertyValue
   - Renamed RuntimeEdge#getProperty to RuntimeEdge#getPropertyValue
   
   resolves [NEMO-111](https://issues.apache.org/jira/projects/NEMO/issues/NEMO-111)

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services