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

    https://github.com/apache/spark/pull/3642#discussion_r24049421
  
    --- Diff: 
graphx/src/test/scala/org/apache/spark/graphx/lib/ShortestPathsSuite.scala ---
    @@ -40,7 +40,7 @@ class ShortestPathsSuite extends FunSuite with 
LocalSparkContext {
           val graph = Graph.fromEdgeTuples(edges, 1)
           val landmarks = Seq(1, 4).map(_.toLong)
           val results = ShortestPaths.run(graph, 
landmarks).vertices.collect.map {
    -        case (v, spMap) => (v, spMap.mapValues(_.get))
    --- End diff --
    
    If they are not ambiguous, I'd add the implicits back to make sure we never 
break.
    
    @ankurdave  - why is there a get in this test case? Is the get just 
redundant?



---
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 [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to