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


##########
seatunnel-engine/seatunnel-engine-core/src/main/java/org/apache/seatunnel/engine/core/parse/MultipleTableJobConfigParser.java:
##########
@@ -418,9 +420,7 @@ private void parseTransform(
                         catalogTable, readonlyConfig, classLoader, factoryId);
         transform.setJobContext(jobConfig.getJobContext());
         long id = idGenerator.getNextId();
-        // TODO If you need to support snapshot transform state, you need to 
use ordered index to
-        // generate unique names.
-        String actionName = JobConfigParser.createTransformActionName(0, 
factoryId);

Review Comment:
   cc @hailin0 



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