Details

    • Sub-task
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • 3.1.0
    • 3.1.0
    • Build
    • None

    Description

      As a part of upgrade to SBT 1.x it was found that MiMa (in form of sbt-mima plugin) needs to be upgraded too.

      After changes in build file to apply plugin changes between versions 0.3.0 and 0.7.0 binary incompatiblity errors are found during `mimaReportBinaryIssues` task run.

      In summary there are of two types:

      unclear, if should be checked or excluded

      [error] (examples / mimaReportBinaryIssues) mimaPreviousArtifacts not set, not analyzing binary compatibility 
      [error] (assembly / mimaReportBinaryIssues) mimaPreviousArtifacts not set, not analyzing binary compatibility 
      [error] (tools / mimaReportBinaryIssues) mimaPreviousArtifacts not set, not analyzing binary compatibility 
      [error] (streaming-kafka-0-10-assembly / mimaReportBinaryIssues) mimaPreviousArtifacts not set, not analyzing binary compatibility
      

      and found compatibility errors

      [error] (mllib-local / mimaReportBinaryIssues) Failed binary compatibility check against org.apache.spark:spark-mllib-local_2.12:2.4.0! Found 2 potential problems (filtered 2) 
      [error] (graphx / mimaReportBinaryIssues) Failed binary compatibility check against org.apache.spark:spark-graphx_2.12:2.4.0! Found 3 potential problems (filtered 3) 
      [error] (streaming-kafka-0-10 / mimaReportBinaryIssues) Failed binary compatibility check against org.apache.spark:spark-streaming-kafka-0-10_2.12:2.4.0! Found 6 potential problems (filtered 1) 
      [error] (sql / mimaReportBinaryIssues) Failed binary compatibility check against org.apache.spark:spark-sql_2.12:2.4.0! Found 24 potential problems (filtered 1451) 
      [error] (streaming / mimaReportBinaryIssues) Failed binary compatibility check against org.apache.spark:spark-streaming_2.12:2.4.0! Found 124 potential problems (filtered 4) 
      [error] (mllib / mimaReportBinaryIssues) Failed binary compatibility check against org.apache.spark:spark-mllib_2.12:2.4.0! Found 636 potential problems (filtered 579) 
      [error] (core / mimaReportBinaryIssues) Failed binary compatibility check against org.apache.spark:spark-core_2.12:2.4.0! Found 1030 potential problems (filtered 1047)
      

      I could not take a decision on my own in those cases, so help is needed.

      Attachments

        1. core.txt
          334 kB
          Denis Pyshev
        2. graphx.txt
          2 kB
          Denis Pyshev
        3. mllib.txt
          227 kB
          Denis Pyshev
        4. mllib-local.txt
          1 kB
          Denis Pyshev
        5. sql.txt
          9 kB
          Denis Pyshev
        6. streaming.txt
          40 kB
          Denis Pyshev
        7. streaming-kafka-0-10.txt
          2 kB
          Denis Pyshev

        Activity

          People

            Unassigned Unassigned
            gemelen Denis Pyshev
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: