panbingkun commented on code in PR #43777: URL: https://github.com/apache/spark/pull/43777#discussion_r1390669193
########## dev/appveyor-install-dependencies.ps1: ########## @@ -120,8 +120,8 @@ $env:PATH = "$tools\sbt\bin;" + $env:PATH Pop-Location # ========================== Hadoop bin package -# This must match the version at https://github.com/cdarlint/winutils/tree/master/hadoop-3.2.0 -$hadoopVer = "3.2.0" +# This must match the version at https://github.com/cdarlint/winutils/tree/master/hadoop-3.3.5 +$hadoopVer = "3.3.5" Review Comment: Unfortunately, `3.3.6` currently does not exist on the URL: https://github.com/cdarlint/winutils/tree/master <img width="902" alt="image" src="https://github.com/apache/spark/assets/15246973/a04b3285-27c2-4196-839b-668b55aab383"> -- 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]
