Chesnay Schepler created FLINK-13217:
----------------------------------------

             Summary: Blink planner does not compile with Scala 2.12
                 Key: FLINK-13217
                 URL: https://issues.apache.org/jira/browse/FLINK-13217
             Project: Flink
          Issue Type: Bug
          Components: Table SQL / Planner
    Affects Versions: 1.9.0
            Reporter: Chesnay Schepler
             Fix For: 1.9.0


{code}
[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]         ^
{code}



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

Reply via email to