coderfender commented on code in PR #2269: URL: https://github.com/apache/datafusion-comet/pull/2269#discussion_r2312681626
########## docs/generate-versions.py: ########## @@ -0,0 +1,6 @@ +import os + +for version in ["0.7", "0.8", "0.9"]: Review Comment: Could we parse the versions (> minimum supported version) from build file ? In that way, we dont have to change this file whenever there is a new version released -- 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]
