wonook commented on a change in pull request #285: [NEMO-429] SWPP TEAM 13 code
smell fix
URL: https://github.com/apache/incubator-nemo/pull/285#discussion_r376903611
##########
File path:
compiler/frontend/spark/src/main/java/org/apache/nemo/compiler/frontend/spark/coder/SparkEncoderFactory.java
##########
@@ -32,6 +32,8 @@
* @param <T> type of the object to serialize.
*/
public final class SparkEncoderFactory<T> implements EncoderFactory<T> {
+ // NOSONAR
+ // Serializer is implicitly serilizable
Review comment:
typo
----------------------------------------------------------------
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