Kangji commented on a change in pull request #318:
URL: https://github.com/apache/incubator-nemo/pull/318#discussion_r698242157
##########
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:
It's because GroupByKey Transform in Beam semantics can be represented
as Combine PerKey Transform, and I thought that this class represents Combine
PerKey rather than GroupByKey.
--
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]