[ https://issues.apache.org/jira/browse/SPARK-13609?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Davies Liu resolved SPARK-13609. -------------------------------- Resolution: Fixed Fix Version/s: 2.0.0 Issue resolved by pull request 11460 [https://github.com/apache/spark/pull/11460] > Support Column Pruning for MapPartitions > ---------------------------------------- > > Key: SPARK-13609 > URL: https://issues.apache.org/jira/browse/SPARK-13609 > Project: Spark > Issue Type: Sub-task > Components: SQL > Affects Versions: 2.0.0 > Reporter: Xiao Li > Fix For: 2.0.0 > > > {code} > case class OtherTuple(_1: String, _2: Int) > val ds = Seq(("a", 1, 3), ("b", 2, 4), ("c", 3, 5)).toDS() > ds.as[OtherTuple].map(identity[OtherTuple]).explain(true) > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org For additional commands, e-mail: issues-h...@spark.apache.org