vatsrahul1001 commented on PR #68819: URL: https://github.com/apache/airflow/pull/68819#issuecomment-4766511784
Thanks for the review @amoghrajesh! Addressed the nits: - Trimmed the docstring to your suggested wording (kept one line on why fresh `Configuration()` over `None` — it preserves `client_side_validation` so worker-side reconcile doesn't break). - Removed the redundant call-site comment. - Moved the test imports (`pickle`, `Configuration`, `_reset_local_vars_configuration`) to top level. Full executor suite green (112 passed, 1 AF<3.2 skip). --- Drafted-by: Claude Code (Opus 4.8); reviewed by @vatsrahul1001 before posting -- 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]
