[ 
https://issues.apache.org/jira/browse/SPARK-26132?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17178035#comment-17178035
 ] 

Rafael commented on SPARK-26132:
--------------------------------

Thank you [~srowen] yes it works.
{code:java}
val f: Iterator[Row] => Unit = (iterator: Iterator[Row]) => {}
 dataFrame.foreachPartition(f){code}

> Remove support for Scala 2.11 in Spark 3.0.0
> --------------------------------------------
>
>                 Key: SPARK-26132
>                 URL: https://issues.apache.org/jira/browse/SPARK-26132
>             Project: Spark
>          Issue Type: Improvement
>          Components: Build, Spark Core
>    Affects Versions: 3.0.0
>            Reporter: Sean R. Owen
>            Assignee: Sean R. Owen
>            Priority: Major
>              Labels: release-notes
>             Fix For: 3.0.0
>
>
> Per some discussion on the mailing list, we are_considering_ formally not 
> supporting Scala 2.11 in Spark 3.0. This JIRA tracks that discussion.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to