hy00nc commented on a change in pull request #278: [NEMO-429] SWPP TEAM16 Code
Smell Fix
URL: https://github.com/apache/incubator-nemo/pull/278#discussion_r352981400
##########
File path:
compiler/frontend/beam/src/main/java/org/apache/nemo/compiler/frontend/beam/transform/CreateViewTransform.java
##########
@@ -125,6 +128,8 @@ public String toString() {
* @param <T> primitive view type
*/
public static final class MultiView<T> implements
Materializations.MultimapView<Void, T>, Serializable {
+ // Exclude from sonar-cloud check as Iterable is Java standard lib
+ //NOSONAR
Review comment:
ditto.
----------------------------------------------------------------
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