sarutak commented on pull request #31862:
URL: https://github.com/apache/spark/pull/31862#issuecomment-801078019


   Actually, adding `commons-cli` explicitly doesn't resolve the issue but I 
noticed #31863 succeed to build with Scala 2.13. So I found, if `commons-cli` 
is already in `.m2`, the build will fail.
   In `change-scala-version.sh`, `mvn` command runs and this downloads 
`commons-cli` to `.m2`.
   
   So I added a workaround that removes `~/.m2/repository/commons-cli` in 
`change-scala-version.sh`.
   Let's see the workaround works well.
   
   After I found the workaround works, I'll change the title and description.


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to