[
https://issues.apache.org/jira/browse/SPARK-15651?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sean Owen resolved SPARK-15651.
-------------------------------
Resolution: Not A Problem
This happens when you make a change that appears to alter public APIs. What it
turns up will be a function of the change and the versions it is comparing. I'm
not sure what you're comparing or expecting, but this much appears normal
> mima seems to fail for some excluded classes
> --------------------------------------------
>
> Key: SPARK-15651
> URL: https://issues.apache.org/jira/browse/SPARK-15651
> Project: Spark
> Issue Type: Bug
> Components: Build
> Affects Versions: 1.6.0
> Reporter: Stavros Kontopoulos
> Priority: Minor
>
> https://ci.typesafe.com/job/ghprb-spark-multi-conf/label=mesos-spark-docker,scala_version=2.10/186/console
> [info] spark-core: found 1 potential binary incompatibilities (filtered 737)
> [error] * class
> org.apache.spark.rdd.SqlNewHadoopRDD#NewHadoopMapPartitionsWithSplitRDD does
> not have a correspondent in new version
> [error] filter with:
> ProblemFilters.exclude[MissingClassProblem]("org.apache.spark.rdd.SqlNewHadoopRDD$NewHadoopMapPartitionsWithSplitRDD")
> [info] spark-sql: found 2 potential binary incompatibilities (filtered 371)
> [error] * method leafFiles()scala.collection.mutable.Map in class
> org.apache.spark.sql.sources.HadoopFsRelation#FileStatusCache has now a
> different result type; was: scala.collection.mutable.Map, is now:
> scala.collection.mutable.LinkedHashMap
> [error] filter with:
> ProblemFilters.exclude[IncompatibleResultTypeProblem]("org.apache.spark.sql.sources.HadoopFsRelation#FileStatusCache.leafFiles")
> [error] * method leafFiles_=(scala.collection.mutable.Map)Unit in class
> org.apache.spark.sql.sources.HadoopFsRelation#FileStatusCache's type has
> changed; was (scala.collection.mutable.Map)Unit, is now:
> (scala.collection.mutable.LinkedHashMap)Unit
> [error] filter with:
> ProblemFilters.exclude[IncompatibleMethTypeProblem]("org.apache.spark.sql.sources.HadoopFsRelation#FileStatusCache.leafFiles_=")
> I am curious why i get this error. Are the changes between 1.5 and 1.6 in
> those classes normally excluded from mima check?
> I just run the run_test script locally. I have checked the contents here:
> .generated-mima-class-excludes in current directory.
> .generated-mima-member-excludes in current directory.
> seem valid compared to a local run on my pc.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]