Uploaded image for project: 'Spark'
  1. Spark
  2. SPARK-14220 Build and test Spark against Scala 2.12
  3. SPARK-22322

Update FutureAction for compatibility with Scala 2.12 future

    XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • 2.3.0
    • 2.3.0
    • Spark Core
    • None

    Description

      The latest item on the road to Scala 2.12 is a change in Future, which adds new transform and transformWith method. The current stub implementation in place doesn't work, as it ends up being used by Scala APIs.

      The change is simple, to implement pass-through implementations in SimpleFutureAction, ComplexFutureAction, while making sure the method definitions compile in Scala 2.11 (where they'd be unused)

      Attachments

        Activity

          People

            srowen Sean R. Owen
            srowen Sean R. Owen
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: