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/09/22 20:59:20 UTC

[jira] [Commented] (FLINK-4664) Add translator to NullValue

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

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

GitHub user greghogan opened a pull request:

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

    [FLINK-4664] [gelly] Add translator to NullValue

    This translator is appropriate for translating vertex and edge values to NullValue when the values are not used in an algorithm.

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

    $ git pull https://github.com/greghogan/flink 4664_add_translator_to_nullvalue

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

    https://github.com/apache/flink/pull/2536.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 #2536
    
----
commit 5d9c7c3dc308a912a84429331afce49539ed8d94
Author: Greg Hogan <co...@greghogan.com>
Date:   2016-09-22T20:47:17Z

    [FLINK-4664] [gelly] Add translator to NullValue
    
    This translator is appropriate for translating vertex and edge values to
    NullValue when the values are not used in an algorithm.

----


> Add translator to NullValue
> ---------------------------
>
>                 Key: FLINK-4664
>                 URL: https://issues.apache.org/jira/browse/FLINK-4664
>             Project: Flink
>          Issue Type: New Feature
>          Components: Gelly
>    Affects Versions: 1.2.0
>            Reporter: Greg Hogan
>            Assignee: Greg Hogan
>            Priority: Minor
>             Fix For: 1.2.0
>
>
> Existing translators convert from LongValue (the output label type of graph generators) to IntValue, StringValue, and an offset LongValue. Translators can also be used to convert vertex or edge values. This translator will be appropriate for translating these vertex or edge values to NullValue when the values are not used in an algorithm.



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