corgy-w commented on code in PR #7787:
URL: https://github.com/apache/seatunnel/pull/7787#discussion_r1820462349


##########
seatunnel-e2e/seatunnel-engine-e2e/connector-seatunnel-e2e-base/src/test/resources/seatunnel.yaml:
##########
@@ -33,4 +33,10 @@ seatunnel:
           namespace: /tmp/seatunnel/checkpoint_snapshot/
     http:
         enable-http: false
-        port: 8080
\ No newline at end of file
+        port: 8080
+        context-path: /seatunnel

Review Comment:
   get i roll back



##########
seatunnel-engine/seatunnel-engine-server/src/main/java/org/apache/seatunnel/engine/server/dag/DAGUtils.java:
##########
@@ -52,7 +54,8 @@ public static JobDAGInfo getJobDAGInfo(
             LogicalDag logicalDag,
             JobImmutableInformation jobImmutableInformation,
             EngineConfig engineConfig,
-            boolean isPhysicalDAGIInfo) {
+            boolean isPhysicalDAGIInfo,
+            Set<ExecutionAddress> historyExecutionPlan) {

Review Comment:
   get



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