Github user vanzin commented on a diff in the pull request:

    https://github.com/apache/spark/pull/13995#discussion_r69177035
  
    --- Diff: project/MimaBuild.scala ---
    @@ -88,15 +88,7 @@ object MimaBuild {
     
       def mimaSettings(sparkHome: File, projectRef: ProjectRef) = {
         val organization = "org.apache.spark"
    -    val previousSparkVersion = "1.6.0"
    -    // This check can be removed post-2.0
    -    val project = if (previousSparkVersion == "1.6.0" &&
    -      projectRef.project == "streaming-kafka-0-8"
    -    ) {
    -      "streaming-kafka"
    -    } else {
    -      projectRef.project
    -    }
    +    val previousSparkVersion = "2.0.0"
    --- End diff --
    
    Isn't there a nightly repo that could be used for this? I generally think 
it's a good idea to switch versions as soon as possible, otherwise the person 
doing it later becomes responsible for figuring out mima failures...


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

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

Reply via email to