Vino1016 commented on PR #583: URL: https://github.com/apache/flink-agents/pull/583#issuecomment-4123913402
Hi, @wenjin272 It seems the CI failure comes from the Python side: ModuleNotFoundError: No module named 'flink_agents.lib' The error occurs in flink_agents/api/execution_environment.py when importing flink_agents.lib. However, this PR only changes a small Java API (PromptArgument.required from boolean to Boolean) and does not touch the Python modules. So I’m wondering if this failure might be unrelated to the changes in this PR. Could you help confirm whether this is caused by the current CI environment or something in the base branch? Happy to take a look if there’s anything I should adjust. -- 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]
