wonook commented on a change in pull request #283: [NEMO-429] SWPP TEAM20 Code
Smell Fix
URL: https://github.com/apache/incubator-nemo/pull/283#discussion_r376902122
##########
File path:
compiler/frontend/spark/src/main/java/org/apache/nemo/compiler/frontend/spark/coder/SparkEncoderFactory.java
##########
@@ -62,6 +64,8 @@ public String toString() {
*/
private final class SparkEncoder<T2> implements Encoder<T2> {
+ // NOSONAR
+ // SerializationStream is implicitly serilizable
Review comment:
Typo here.
----------------------------------------------------------------
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