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_r354845570
##########
File path:
common/src/main/java/org/apache/nemo/common/ir/vertex/InMemorySourceVertex.java
##########
@@ -106,7 +106,7 @@ public void clearInternalStates() {
*/
private static final class InMemorySourceReadable<T> extends
BoundedIteratorReadable<T> {
- private final Iterable<T> initializedSourceData;
+ transient final 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