LuciferYang commented on code in PR #44444:
URL: https://github.com/apache/spark/pull/44444#discussion_r1434325309


##########
project/SparkBuild.scala:
##########
@@ -1373,6 +1373,7 @@ object Unidoc {
     classpaths
       
.map(_.filterNot(_.data.getCanonicalPath.matches(""".*kafka-clients-0\.10.*""")))
       
.map(_.filterNot(_.data.getCanonicalPath.matches(""".*kafka_2\..*-0\.10.*""")))
+      .map(_.filterNot(_.data.getCanonicalPath.contains("apache-rat")))

Review Comment:
   It seems that the `apache-rat-0.14.jar` downloaded during `check-license` is 
interfering with the generation of unidoc, because there is an old version of 
the `JavaVersion` class in `apache-rat-0.14.jar` that has not been relocated... 
Let me try if this change can make the unidoc build successful first. If it 
can, I will submit a separate PR to complete this ignore work first.



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

Reply via email to