[
https://issues.apache.org/jira/browse/FLINK-4172?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15367593#comment-15367593
]
ASF GitHub Bot commented on FLINK-4172:
---------------------------------------
Github user StephanEwen commented on the issue:
https://github.com/apache/flink/pull/2213
I am not an expert in the proxy magic of Gelly, but it looks fine to me.
From my side, feel free to merge at your discretion...
> Don't proxy a ProxiedObject
> ---------------------------
>
> Key: FLINK-4172
> URL: https://issues.apache.org/jira/browse/FLINK-4172
> Project: Flink
> Issue Type: Bug
> Components: Gelly
> Affects Versions: 1.1.0
> Reporter: Greg Hogan
> Assignee: Greg Hogan
> Fix For: 1.1.0
>
>
> Some graph algorithms pass through a DataSet unmodified (at least, until we
> have VertexSet and EdgeSet). We need to prevent a DataSet from being proxied
> twice. Allowing two methods to own a single object sounds brittle, so we can
> instead provide access to the original DataSet which can be wrapped in a new
> proxy.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)