[ https://issues.apache.org/jira/browse/SPARK-22322?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Sean Owen resolved SPARK-22322. ------------------------------- Resolution: Fixed Fix Version/s: 2.3.0 Issue resolved by pull request 19561 [https://github.com/apache/spark/pull/19561] > 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 > Fix For: 2.3.0 > > > 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