Repository: spark
Updated Branches:
refs/heads/branch-1.1 cf15b22d4 -> 1687d6ba9
[SPARK-2062][GraphX] VertexRDD.apply does not use the mergeFunc
VertexRDD.apply had a bug where it ignored the merge function for
duplicate vertices and instead used whichever vertex attribute occurred
first. This
Repository: spark
Updated Branches:
refs/heads/master e76ef5cb8 -> 3bbbdd818
[SPARK-2062][GraphX] VertexRDD.apply does not use the mergeFunc
VertexRDD.apply had a bug where it ignored the merge function for
duplicate vertices and instead used whichever vertex attribute occurred
first. This com