[ 
https://issues.apache.org/jira/browse/SPARK-43984?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Yang Jie resolved SPARK-43984.
------------------------------
    Fix Version/s: 3.5.0
       Resolution: Fixed

Issue resolved by pull request 41482
[https://github.com/apache/spark/pull/41482]

> Change to use foreach when map doesn't produce results
> ------------------------------------------------------
>
>                 Key: SPARK-43984
>                 URL: https://issues.apache.org/jira/browse/SPARK-43984
>             Project: Spark
>          Issue Type: Improvement
>          Components: SQL
>    Affects Versions: 3.5.0
>            Reporter: Yang Jie
>            Assignee: Yang Jie
>            Priority: Minor
>             Fix For: 3.5.0
>
>
> Seq(1, 2).map(println) -> Seq(1, 2).foreach(println)



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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

Reply via email to