You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Jark Wu (JIRA)" <ji...@apache.org> on 2019/07/15 03:14:00 UTC

[jira] [Assigned] (FLINK-13217) Blink planner does not compile with Scala 2.12

     [ https://issues.apache.org/jira/browse/FLINK-13217?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jark Wu reassigned FLINK-13217:
-------------------------------

    Assignee: Jark Wu

> 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
>            Assignee: Jark Wu
>            Priority: Blocker
>             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)