wynot12 commented on a change in pull request #271: [NEMO-429] SWPP TEAM18 Code
Smell Fix
URL: https://github.com/apache/incubator-nemo/pull/271#discussion_r354845498
##########
File path:
common/src/main/java/org/apache/nemo/common/ir/vertex/InMemorySourceVertex.java
##########
@@ -33,7 +33,7 @@
* @param <T> type of data.
*/
public final class InMemorySourceVertex<T> extends SourceVertex<T> {
- private Iterable<T> initializedSourceData;
+ transient Iterable<T> initializedSourceData;
Review comment:
`private transient`
----------------------------------------------------------------
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