[jira] [Created] (FLINK-7197) Missing call to GraphAlgorithmWrappingBase#canMergeConfigurationWith()

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Created] (FLINK-7197) Missing call to GraphAlgorithmWrappingBase#canMergeConfigurationWith()

Shang Yuanchun (Jira)
Ted Yu created FLINK-7197:
-----------------------------

             Summary: Missing call to GraphAlgorithmWrappingBase#canMergeConfigurationWith()
                 Key: FLINK-7197
                 URL: https://issues.apache.org/jira/browse/FLINK-7197
             Project: Flink
          Issue Type: Bug
            Reporter: Ted Yu
            Priority: Minor


In flink-libraries/flink-gelly/src/main/java/org/apache/flink/graph/asm/translate/TranslateVertexValues.java :
{code}
  protected boolean canMergeConfigurationWith(GraphAlgorithmWrappingBase other) {
    super.mergeConfiguration(other);
{code}
GraphAlgorithmWrappingBase#canMergeConfigurationWith() should be called.

There is similar issue in TranslateGraphIds.java



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)