cj-zhukov commented on PR #20311: URL: https://github.com/apache/datafusion/pull/20311#issuecomment-3890426617
### High-Level Overview In a previous PR https://github.com/apache/datafusion/pull/20167, Prettier versions used across various scripts were aligned to ensure consistency. This PR builds on that work by introducing a centralized `tool_versions.sh` script that defines the concrete Prettier version in a single location. The following changes were made: - Added `ci/scripts/utils/tool_versions.sh` to define the shared `PRETTIER_VERSION`. - Updated 4 scripts to source `tool_versions.sh` instead of hardcoding the Prettier version. This improves maintainability by: - Eliminating version duplication - Ensuring future upgrades require changes in only one place - Reducing the risk of version drift between scripts No functional behavior changes were introduced - this is strictly a tooling centralization and cleanup improvement. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
