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

Blink planner does not compile with Scala 2.12

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Blocker
    • Resolution: Fixed
    • 1.9.0
    • 1.9.0
    • Table SQL / Planner
    • None

    Description

      [ERROR] C:\Dev\Repos\flink\flink-table\flink-table-planner-blink\src\main\scala\org\apache\flink\table\calcite\FlinkLogicalRelFactories.scala:111: error: overriding method createSort in trait SortFactory of type (x$1: org.apache.calcite.plan.RelTraitSet, x$2: org.apache.calcite.rel.RelNode, x$3: org.apache.calcite.rel.RelCollation, x$4: org.apache.calcite.rex.RexNode, x$5: org.apache.calcite.rex.RexNode)org.apache.calcite.rel.RelNode;
      [ERROR]  method createSort needs `override' modifier
      [ERROR]     def createSort(
      [ERROR]         ^
      [ERROR] C:\Dev\Repos\flink\flink-table\flink-table-planner-blink\src\main\scala\org\apache\flink\table\calcite\FlinkLogicalRelFactories.scala:181: error: overriding method createJoin in trait JoinFactory of type (x$1: org.apache.calcite.rel.RelNode, x$2: org.apache.calcite.rel.RelNode, x$3: org.apache.calcite.rex.RexNode, x$4: org.apache.calcite.rel.core.JoinRelType, x$5: java.util.Set[String], x$6: Boolean)org.apache.calcite.rel.RelNode;
      [ERROR]  method createJoin needs `override' modifier
      [ERROR]     def createJoin(
      [ERROR]         ^
      

      Attachments

        Activity

          People

            jark Jark Wu
            chesnay Chesnay Schepler
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: