For the future reader:
As pointed out by Shixiong on the PR, we had to filter the new modules
from the MiMa builds in
https://github.com/apache/spark/blob/76fbe121ab2e829f75389c6fd466afcf2ec3b9d1/project/SparkBuild.scala#L335
Thanks for the feedback Shixiong, the PR build is green now.
Cheer
Hi all,
While introducing new modules for Spark Graph
(https://github.com/apache/spark/pull/24490),
builds started to turn red because of failing MiMa (binary
compatibility) tests.
We had one successful build, however, all subsequent builds fail:
Successful run:
https://github.com/apache/sp