Sean Owen created SPARK-22322: --------------------------------- Summary: Update FutureAction for compatibility with Scala 2.12 future Key: SPARK-22322 URL: https://issues.apache.org/jira/browse/SPARK-22322 Project: Spark Issue Type: Sub-task Components: Spark Core Affects Versions: 2.3.0 Reporter: Sean Owen Assignee: Sean Owen Priority: Minor
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) -- This message was sent by Atlassian JIRA (v6.4.14#64029) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org For additional commands, e-mail: issues-h...@spark.apache.org