[
https://issues.apache.org/jira/browse/SPARK-1837?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Matei Zaharia resolved SPARK-1837.
----------------------------------
Resolution: Fixed
Fix Version/s: 1.1.0
> NumericRange should be partitioned in the same way as other sequences
> ---------------------------------------------------------------------
>
> Key: SPARK-1837
> URL: https://issues.apache.org/jira/browse/SPARK-1837
> Project: Spark
> Issue Type: Bug
> Components: Spark Core
> Affects Versions: 1.0.0
> Reporter: Kan Zhang
> Assignee: Kan Zhang
> Fix For: 1.1.0
>
>
> Otherwise, RDD.zip() would behave unexpectedly. For example, as given in
> SPARK-1817:
> scala> sc.parallelize(1L to 2L,4).zip(sc.parallelize(11 to 12,4)).collect
> res1: Array[(Long, Int)] = Array((2,11))
--
This message was sent by Atlassian JIRA
(v6.2#6252)