davin111 commented on a change in pull request #265: [NEMO-429] SWPP TEAM3 Code
Smell Fix
URL: https://github.com/apache/incubator-nemo/pull/265#discussion_r354509429
##########
File path:
compiler/frontend/spark/src/main/java/org/apache/nemo/compiler/frontend/spark/transform/ReduceTransform.java
##########
@@ -53,6 +51,8 @@ public void prepare(final Context context, final
OutputCollector<T> oc) {
@Override
public void onData(final T element) {
+ T result = null;
+
Review comment:
Fixed.
----------------------------------------------------------------
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