JackBuggins commented on pull request #35338: URL: https://github.com/apache/spark/pull/35338#issuecomment-1032735713
Thanks. I'd removed my fork so I'll have to raise again. I have tests running in https://github.com/JackBuggins/spark/actions/runs/1811822649; they are looking good. This script is not modifying any other files in this instance; and jetty listed under /dev/deps is pointing at ``` jetty-util/6.1.26//jetty-util-6.1.26.jar jetty/6.1.26//jetty-6.1.26.jar ``` It looks like no entry was ever made against `9.4.x` of Jetty. After executing the script, the following diffs are empty ``` Jack:spark $ diff dev/pr-deps/spark-deps-hadoop-2.7-hive-2.3 dev/deps/spark-deps-hadoop-2.7-hive-2.3 Jack:spark $ diff dev/pr-deps/spark-deps-hadoop-3.2-hive-2.3 dev/deps/spark-deps-hadoop-3.2-hive-2.3 ``` Is there something prior that should be setting this? I'll try and track the commit where it was introduced in the latest branch. -- 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]
