Uploaded image for project: 'Flink'
  1. Flink
  2. FLINK-7197

Missing call to GraphAlgorithmWrappingBase#canMergeConfigurationWith()

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • None
    • 1.4.0
    • None

    Description

      In flink-libraries/flink-gelly/src/main/java/org/apache/flink/graph/asm/translate/TranslateVertexValues.java :

        protected boolean canMergeConfigurationWith(GraphAlgorithmWrappingBase other) {
          super.mergeConfiguration(other);
      

      GraphAlgorithmWrappingBase#canMergeConfigurationWith() should be called.

      There is similar issue in TranslateGraphIds.java

      Attachments

        Issue Links

          Activity

            People

              greghogan Greg Hogan
              yuzhihong@gmail.com Ted Yu
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: