dijiekstra commented on code in PR #2624:
URL: 
https://github.com/apache/incubator-seatunnel/pull/2624#discussion_r964285520


##########
seatunnel-server/seatunnel-spi/src/main/java/org/apache/seatunnel/spi/scheduler/dto/InstanceDto.java:
##########
@@ -26,7 +26,7 @@
 @Builder
 public class InstanceDto {
     private long instanceId;
-    private long instanceCode;
+    private long jobId;
     private String instanceName;
     private Date submitTime;
     private Date startTime;

Review Comment:
   this dto is just used to transform data internally and these field would 
nerver be null



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