spark git commit: [SPARK-5969][PySpark] Fix descending pyspark.rdd.sortByKey.

2015-04-10 Thread joshrosen
Repository: spark Updated Branches: refs/heads/master b9baa4cd9 - 0375134f4 [SPARK-5969][PySpark] Fix descending pyspark.rdd.sortByKey. The samples should always be sorted in ascending order, because bisect.bisect_left is used on it. The reverse order of the result is already achieved in

spark git commit: [SPARK-5969][PySpark] Fix descending pyspark.rdd.sortByKey.

2015-04-10 Thread joshrosen
Repository: spark Updated Branches: refs/heads/branch-1.3 ec3e76f1e - 48321b83d [SPARK-5969][PySpark] Fix descending pyspark.rdd.sortByKey. The samples should always be sorted in ascending order, because bisect.bisect_left is used on it. The reverse order of the result is already achieved

spark git commit: [SPARK-5969][PySpark] Fix descending pyspark.rdd.sortByKey.

2015-04-10 Thread joshrosen
Repository: spark Updated Branches: refs/heads/branch-1.2 7a1583917 - daec1c635 [SPARK-5969][PySpark] Fix descending pyspark.rdd.sortByKey. The samples should always be sorted in ascending order, because bisect.bisect_left is used on it. The reverse order of the result is already achieved