Frank Oosterhuis created SPARK-32051: ----------------------------------------
Summary: Dataset.foreachPartition returns object Key: SPARK-32051 URL: https://issues.apache.org/jira/browse/SPARK-32051 Project: Spark Issue Type: Bug Components: SQL Affects Versions: 3.0.0 Reporter: Frank Oosterhuis I'm trying to map values from the Dataset[Row], but since 3.0.0 this fails. In 3.0.0 I'm dealing with an error: "Error:(28, 38) value map is not a member of Object" I've made a little sample project with code that works in 2.4.x, but fails in 3.0.0: https://github.com/frankivo/partitions/blob/master/src/main/scala/com/github/frankivo/partitions.scala -- 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