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

    https://github.com/apache/flink/pull/847#discussion_r33823849
  
    --- Diff: 
flink-staging/flink-gelly/src/test/java/org/apache/flink/graph/test/operations/GraphCreationWithMapperITCase.java
 ---
    @@ -52,16 +72,13 @@ public void testWithDoubleValueMapper() throws 
Exception {
                Graph<Long, Double, Long> graph = 
Graph.fromDataSet(TestGraphUtils.getLongLongEdgeData(env),
                                new AssignDoubleValueMapper(), env);
     
    -        DataSet<Vertex<Long,Double>> data = graph.getVertices();
    -        List<Vertex<Long,Double>> result= data.collect();
    -           
    +           graph.getVertices().writeAsCsv(resultPath);
    --- End diff --
    
    Same here.. We changed the tests to use `collect()` instead of files in 
#863. Please don't change it back ;)


---
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.
---

Reply via email to