You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by greghogan <gi...@git.apache.org> on 2016/04/29 17:44:06 UTC

[GitHub] flink pull request: [FLINK-3853] [gelly] Reduce object creation in...

GitHub user greghogan opened a pull request:

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

    [FLINK-3853] [gelly] Reduce object creation in Gelly utility mappers

    Gelly contains a set of MapFunction between Vertex and Tuple2 and between Edge and Tuple3. A Vertex is a Tuple2 and an Edge is a Tuple3, and conversion in the opposite direction can be performed with a single object per MapFunction.
    
    This only applies to the Gelly Java API. Scala tuples are not related to Vertex or Edge.

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

    $ git pull https://github.com/greghogan/flink 3853_reduce_object_creation_in_gelly_utility_mappers

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

    https://github.com/apache/flink/pull/1951.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 #1951
    
----
commit 854a093c8256a6a3665eba4ee5820ca4c9e72b12
Author: Greg Hogan <co...@greghogan.com>
Date:   2016-04-29T13:42:08Z

    [FLINK-3853] [gelly] Reduce object creation in Gelly utility mappers
    
    Gelly contains a set of MapFunction between Vertex and Tuple2 and
    between Edge and Tuple3. A Vertex is a Tuple2 and an Edge is a Tuple3,
    and conversion in the opposite direction can be performed with a single
    object per MapFunction.
    
    This only applies to the Gelly Java API. Scala tuples are not related to
    Vertex or Edge.

----


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] flink pull request: [FLINK-3853] [gelly] Reduce object creation in...

Posted by vasia <gi...@git.apache.org>.
Github user vasia commented on the pull request:

    https://github.com/apache/flink/pull/1951#issuecomment-216034336
  
    Thanks for the PR! Merging.


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] flink pull request: [FLINK-3853] [gelly] Reduce object creation in...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

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


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---