Hisoka-X commented on code in PR #8598:
URL: https://github.com/apache/seatunnel/pull/8598#discussion_r1944180216


##########
seatunnel-engine/seatunnel-engine-server/src/main/java/org/apache/seatunnel/engine/server/master/JobMaster.java:
##########
@@ -245,7 +245,6 @@ public synchronized void init(long initializationTimestamp, 
boolean restart) thr
         try {
             Thread.currentThread().setContextClassLoader(classLoader);
             if (!restart
-                    && !logicalDag.isStartWithSavePoint()

Review Comment:
   SchemaSaveMode used to create table or truncate table. When job start with 
savepoint, that's meaning the table already created or truncated. So we can not 
do it again.



-- 
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: commits-unsubscr...@seatunnel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to