DifferentSC 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_r352477994
##########
File path:
compiler/frontend/beam/src/main/java/org/apache/nemo/compiler/frontend/beam/transform/CombineFnFinalTransform.java
##########
@@ -46,6 +46,7 @@
public final class CombineFnFinalTransform<K, A, O>
extends NoWatermarkEmitTransform<WindowedValue<KV<K, A>>,
WindowedValue<KV<K, O>>> {
private static final Logger LOG =
LoggerFactory.getLogger(CombineFnFinalTransform.class.getName());
+ //NOSONAR
Review comment:
Could you please add some explanation for suppressing sonarcloud warnings?
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services