Hisoka-X commented on code in PR #5965:
URL: https://github.com/apache/seatunnel/pull/5965#discussion_r1423595275
##########
seatunnel-engine/seatunnel-engine-core/src/main/java/org/apache/seatunnel/engine/core/job/JobResult.java:
##########
@@ -30,4 +30,8 @@ public class JobResult implements Serializable {
@NonNull private JobStatus status;
private String error;
+
+ public JobResult(@NonNull JobStatus status) {
Review Comment:
Where invoke this constructer?
--
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]