Github user srowen commented on a diff in the pull request:

    https://github.com/apache/spark/pull/17697#discussion_r114182649
  
    --- Diff: 
mllib/src/test/scala/org/apache/spark/mllib/rdd/MLPairRDDFunctionsSuite.scala 
---
    @@ -23,8 +23,12 @@ import org.apache.spark.mllib.util.MLlibTestSparkContext
     
     class MLPairRDDFunctionsSuite extends SparkFunSuite with 
MLlibTestSparkContext {
       test("topByKey") {
    -    val topMap = sc.parallelize(Array((1, 7), (1, 3), (1, 6), (1, 1), (1, 
2), (3, 2), (3, 7), (5,
    -      1), (3, 5)), 2)
    +    val topMap = sc.parallelize(Array(
    --- End diff --
    
    Can the array just be a 'constant' rather than repeating it?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to