amplab / graphx

Former GraphX development repository. GraphX has been merged into Apache Spark; please submit pull requests there.
https://github.com/apache/spark
Apache License 2.0
360 stars 103 forks source link

Fix compile errors in GraphSuite and SerializerSuite #83

Closed ankurdave closed 10 years ago

ankurdave commented 10 years ago

81 introduced some compile errors in these tests; this PR fixes them.

jegonzal commented 10 years ago

Looks good to me.