simon824 commented on code in PR #471:
URL:
https://github.com/apache/incubator-hugegraph-toolchain/pull/471#discussion_r1200044097
##########
hugegraph-loader/src/main/java/org/apache/hugegraph/loader/spark/HugeGraphSparkLoader.java:
##########
@@ -77,7 +77,7 @@ public class HugeGraphSparkLoader implements Serializable {
private final LoadOptions loadOptions;
private final Map<ElementBuilder, List<GraphElement>> builders;
- private final ExecutorService executor;
+ private final transient ExecutorService executor;
Review Comment:
make sense
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]