wenjin272 opened a new pull request, #899: URL: https://github.com/apache/flink-agents/pull/899
## What changed - Reconcile derived Flink and Python state through one post-edit path. - Re-detect the Flink version when an existing `FLINK_HOME` is edited. - Bind virtual-environment recreation approval to the exact selected path. - Add regression coverage for version re-detection and venv recreation safety. ## Why After #888, editing `FLINK_HOME` directly could leave `FLINK_VERSION` and `FLINK_MAJOR_MINOR` stale, so Python compatibility was checked against the previous Flink installation. The boolean venv recreation flag could also survive a later `VENV_DIR` edit and delete a different existing venv. ## Validation - `git diff --check` - `bash -n tools/install.sh` - `/opt/homebrew/bin/bats --recursive tools/test/unit tools/test/integration` (168 tests passed) -- 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]
