rosemarYuan commented on code in PR #821: URL: https://github.com/apache/flink-agents/pull/821#discussion_r3702749847
########## python/flink_agents/runtime/remote_execution_environment.py: ########## @@ -45,6 +45,8 @@ _CONFIG_FILE_NAME = "config.yaml" _LEGACY_CONFIG_FILE_NAME = "flink-conf.yaml" +_AGENT_PLAN_PREFLIGHT_CLASS = "org.apache.flink.agents.plan.AgentPlanPreflight" +_AGENT_PLAN_PREFLIGHT_METHOD = "findValidationError" Review Comment: Hi @wenjin272, the Log4j dependency scope and packaging changes discussed above have now been implemented and merged in #954. Thanks again for pointing this out. Could you please review the remaining changes when you have time? -- 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]
