You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/03/13 20:58:33 UTC

[jira] [Commented] (FLINK-3272) Generalize vertex value type in ConnectedComponents

    [ https://issues.apache.org/jira/browse/FLINK-3272?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15192510#comment-15192510 ] 

ASF GitHub Bot commented on FLINK-3272:
---------------------------------------

GitHub user s1ck opened a pull request:

    https://github.com/apache/flink/pull/1785

    [FLINK-3272] [Gelly] Generic value in Connected Components

    * Updated scatter-gather and GSA implementation + tests
    * updated documentation

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/s1ck/flink FLINK-3272

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/flink/pull/1785.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #1785
    
----
commit 9ad04a672b1b277d1853e94f7dd792ef8448c19d
Author: Martin Junghanns <m....@mailbox.org>
Date:   2016-03-13T17:01:52Z

    [FLINK-3272] [Gelly] Generic value in Connected Components
    
    * Updated scather-gather and GSA implementation * tests
    * updated documentation

----


> Generalize vertex value type in ConnectedComponents
> ---------------------------------------------------
>
>                 Key: FLINK-3272
>                 URL: https://issues.apache.org/jira/browse/FLINK-3272
>             Project: Flink
>          Issue Type: Improvement
>          Components: Gelly
>    Affects Versions: 0.10.0, 0.10.1
>            Reporter: Martin Junghanns
>            Assignee: Martin Junghanns
>
> Currently, {{ConnectedComponents}} expects a vertex value of type {{Long}}. This can be generalized to any type that implements {{Comparable}}.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)