zhilinli123 commented on code in PR #5509:
URL: https://github.com/apache/seatunnel/pull/5509#discussion_r1330905121


##########
seatunnel-engine/seatunnel-engine-server/src/main/java/org/apache/seatunnel/engine/server/task/SourceSeaTunnelTask.java:
##########
@@ -47,7 +47,7 @@ public class SourceSeaTunnelTask<T, SplitT extends 
SourceSplit> extends SeaTunne
 
     private transient Object checkpointLock;
     @Getter private transient Serializer<SplitT> splitSerializer;
-    private final Map<String, Object> envOption;
+    private final transient Map<String, Object> envOption;

Review Comment:
   Sorry for my oversight. Thank you for your review. I will make some changes
   



-- 
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]

Reply via email to