Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 605B6200B9A for ; Thu, 22 Sep 2016 22:59:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 5EF82160AAD; Thu, 22 Sep 2016 20:59:22 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 99E13160AA9 for ; Thu, 22 Sep 2016 22:59:21 +0200 (CEST) Received: (qmail 56258 invoked by uid 500); 22 Sep 2016 20:59:20 -0000 Mailing-List: contact issues-help@flink.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flink.apache.org Delivered-To: mailing list issues@flink.apache.org Received: (qmail 56245 invoked by uid 99); 22 Sep 2016 20:59:20 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 Sep 2016 20:59:20 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 9A0A42C0050 for ; Thu, 22 Sep 2016 20:59:20 +0000 (UTC) Date: Thu, 22 Sep 2016 20:59:20 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: issues@flink.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (FLINK-4664) Add translator to NullValue MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Thu, 22 Sep 2016 20:59:22 -0000 [ 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 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)