wonook commented on a change in pull request #318:
URL: https://github.com/apache/incubator-nemo/pull/318#discussion_r740047375
##########
File path:
compiler/frontend/beam/src/main/java/org/apache/nemo/compiler/frontend/beam/transform/CombineTransform.java
##########
@@ -45,9 +45,9 @@
* @param <InputT> input type
* @param <OutputT> output type
*/
-public final class GBKTransform<K, InputT, OutputT>
+public final class CombineTransform<K, InputT, OutputT>
Review comment:
We actually have a separate GroupByKeyTransform. We have renamed the
GBKTransform since it actually works as a CombineTransform. It was misnamed in
the first place.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]