Yang Jie created SPARK-43984: -------------------------------- Summary: 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
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