panbingkun commented on PR #38054: URL: https://github.com/apache/spark/pull/38054#issuecomment-1263614760
> Thanks for invistigation, if your analysis is right (you can easy to validate it by disable all cache step), in previous PR the old cache included the httpcore, so the bug was not triggered. > > I also think adding httpcore deps explicitly is right. Yes, the first commit of pr, i remove following code: https://github.com/apache/spark/blob/014165ff6ffad87c2d6e970a14c1a13e15ba178f/.github/workflows/build_and_test.yml#L698-L704 and add following code: <img width="807" alt="image" src="https://user-images.githubusercontent.com/15246973/193286402-ad7bbeb9-c6e0-4e60-9f7a-081b88a8002d.png"> `Scala 2.13 build with SBT` run ok. -- 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]
