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

Add a blank space for TransitiveClosureNaive

    XMLWordPrintableJSON

Details

    Description

      InĀ flink-examples/flink-examples-batch/src/main/scala/org/apache/flink/examples/scala/graph/TransitiveClosureNaive.scala

      Before:

      (left, right) => (left._1,right._2)
      

      After:

      (left, right) => (left._1, right._2)
      

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              alisdlyc liyunchao
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: