Hisoka-X commented on code in PR #6146:
URL: https://github.com/apache/seatunnel/pull/6146#discussion_r1444124096
##########
seatunnel-common/src/main/java/org/apache/seatunnel/common/constants/JobMode.java:
##########
@@ -16,8 +16,9 @@
*/
package org.apache.seatunnel.common.constants;
+import java.io.Serializable;
-public enum JobMode {
+public enum JobMode implements Serializable{
Review Comment:
I think this change is useless. Please refer
https://docs.oracle.com/javase/1.5.0/docs/guide/serialization/spec/serial-arch.html#enum
--
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]