jeongyooneo commented on a change in pull request #191: [NEMO-332] Refactor 
RunTimePass
URL: https://github.com/apache/incubator-nemo/pull/191#discussion_r252131875
 
 

 ##########
 File path: 
common/src/main/java/org/apache/nemo/common/ir/vertex/transform/StreamTransform.java
 ##########
 @@ -28,14 +28,14 @@
  * This transform can be used for merging input data into the {@link 
OutputCollector}.
  * @param <T> input/output type.
  */
-public final class RelayTransform<T> implements Transform<T, T> {
+public final class StreamTransform<T> implements Transform<T, T> {
 
 Review comment:
   `StreamTransform` intuitively sounds like transform used in stream 
operation(other than batch).
   How about `ShuffleDataStreamTransform` or something like that to keep the 
nuance of 'relaying promptly'?

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to