jeongyooneo 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_r377409164
##########
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:
Fixed! Thank you.
----------------------------------------------------------------
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