uros-db commented on PR #51144: URL: https://github.com/apache/spark/pull/51144#issuecomment-3074668863
I've included some additional logs above. I have observed the failure repeatedly on `Spark Project Tags`, and the warnings actually suggested that `javac` was compaining about `-proc:full`. However, I ended up manually bisecting commits to locate this PR. Manually reverting Perhaps my local setup isn't up to date, but I haven't had any similar issues with my environment (IntelliJ, Maven on latest Spark, Java 17, Scala 2.13) in the past. After manually removing `-proc:full`, it all works well for me. So maybe the build is not set up correctly, or my environment is missing something that you might have on your machine for example @LuciferYang. FWIW, I've seen @MaxGekk successfully execute the build on his machine. However, I've also seen two more independent machines with a similar environment/setup, all exhibiting the failure that I included above. So the build issue seems to have some dependency, but I don't have too much context about `-proc:full` here, so it's best that you take a look. -- 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]
