cqutwangyu commented on code in PR #7045:
URL: https://github.com/apache/seatunnel/pull/7045#discussion_r1774688456
##########
seatunnel-engine/seatunnel-engine-server/src/main/java/org/apache/seatunnel/engine/server/dag/physical/PhysicalPlanGenerator.java:
##########
@@ -150,7 +151,12 @@ public PhysicalPlanGenerator(
}
public Tuple2<PhysicalPlan, Map<Integer, CheckpointPlan>> generate() {
-
+ Map<String, String> tagFilter =
+ (Map<String, String>)
+ jobImmutableInformation
+ .getJobConfig()
+ .getEnvOptions()
+ .get(EnvCommonOptions.NODE_TAG_FILTER.key());
Review Comment:
Caused by: org.apache.seatunnel.engine.common.exception.JobException:
java.lang.ClassCastException: java.lang.String cannot be cast to java.util.Map
at
org.apache.seatunnel.engine.server.dag.physical.PhysicalPlanGenerator.generate(PhysicalPlanGenerator.java:159)
--
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]