[ https://issues.apache.org/jira/browse/SPARK-2314?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14062384#comment-14062384 ]
Aaron edited comment on SPARK-2314 at 7/15/14 5:54 PM: ------------------------------------------------------- I added a PR for the java api: https://github.com/apache/spark/pull/1421 I didn't see a straightforward way to implement using SchemaRDDLike, so I implemented in JavaSchemaRDD. was (Author: staple): I added a PR for the java api: https://github.com/apache/spark/pull/1421 I didn't see a straightforward way to implement using SchemaRDDLike, so I just implemented in JavaSchemaRDD. > RDD actions are only overridden in Scala, not java or python > ------------------------------------------------------------ > > Key: SPARK-2314 > URL: https://issues.apache.org/jira/browse/SPARK-2314 > Project: Spark > Issue Type: Bug > Components: SQL > Affects Versions: 1.0.0, 1.0.1 > Reporter: Michael Armbrust > Labels: starter > > For example, collect and take(). We should keep these two in sync, or move > this code to schemaRDD like if possible. -- This message was sent by Atlassian JIRA (v6.2#6252)