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

    https://github.com/apache/flink/pull/462#discussion_r26009452
  
    --- Diff: 
flink-staging/flink-gelly/src/main/java/org/apache/flink/graph/Graph.java ---
    @@ -919,7 +918,7 @@ public K map(Vertex<K, VV> vertex) {
         *            the maximum number of iterations for the inner delta 
iteration
         * @return true if the graph is weakly connected.
         */
    -   public DataSet<Boolean> isWeaklyConnected(int maxIterations) {
    +   public Boolean isWeaklyConnected(int maxIterations) throws Exception {
    --- End diff --
    
    same :)


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

Reply via email to