You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@nemo.apache.org by GitBox <gi...@apache.org> on 2019/12/02 12:13:34 UTC

[GitHub] [incubator-nemo] jinsun1117 commented on a change in pull request #251: [NEMO-429] SWPP TEAM7 Code Smell Fix

jinsun1117 commented on a change in pull request #251: [NEMO-429] SWPP TEAM7 Code Smell Fix
URL: https://github.com/apache/incubator-nemo/pull/251#discussion_r352563259
 
 

 ##########
 File path: compiler/frontend/beam/src/main/java/org/apache/nemo/compiler/frontend/beam/transform/GroupByKeyTransform.java
 ##########
 @@ -34,6 +34,7 @@
  */
 public final class GroupByKeyTransform<I> extends NoWatermarkEmitTransform<I, WindowedValue<KV<Object, List>>> {
   private static final Logger LOG = LoggerFactory.getLogger(GroupByKeyTransform.class.getName());
+  //NOSONAR
 
 Review comment:
   Dealt with in commit 028eded 

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services