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

[jira] [Assigned] (FLINK-13327) Blink planner not compiling with Scala 2.12

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

Dawid Wysakowicz reassigned FLINK-13327:
----------------------------------------

    Assignee: Dawid Wysakowicz

> Blink planner not compiling with Scala 2.12
> -------------------------------------------
>
>                 Key: FLINK-13327
>                 URL: https://issues.apache.org/jira/browse/FLINK-13327
>             Project: Flink
>          Issue Type: Bug
>          Components: Table SQL / Planner
>    Affects Versions: 1.9.0
>            Reporter: Chesnay Schepler
>            Assignee: Dawid Wysakowicz
>            Priority: Blocker
>             Fix For: 1.9.0
>
>
> [https://travis-ci.org/apache/flink/jobs/560428262]
>  
> {code:java}
> 11:48:37.007 [ERROR] /home/travis/build/apache/flink/flink-table/flink-table-planner-blink/src/test/scala/org/apache/flink/table/plan/nodes/resource/ExecNodeResourceTest.scala:183: error: overriding method isBounded in trait StreamTableSource of type ()Boolean;
> 11:48:37.007 [ERROR]  value isBounded needs `override' modifier
> 11:48:37.007 [ERROR] class MockTableSource(val isBounded: Boolean, schema: TableSchema)
> 11:48:37.007 [ERROR]                           ^
> 11:48:40.784 [ERROR] /home/travis/build/apache/flink/flink-table/flink-table-planner-blink/src/test/scala/org/apache/flink/table/util/TableTestBase.scala:852: error: overriding method isBounded in trait StreamTableSource of type ()Boolean;
> 11:48:40.784 [ERROR]  value isBounded needs `override' modifier
> 11:48:40.784 [ERROR] class TestTableSource(val isBounded: Boolean, schema: TableSchema)
> 11:48:40.785 [ERROR]                           ^
> 11:48:40.855 [ERROR] /home/travis/build/apache/flink/flink-table/flink-table-planner-blink/src/test/scala/org/apache/flink/table/util/testTableSources.scala:135: error: overriding method isBounded in trait StreamTableSource of type ()Boolean;
> 11:48:40.855 [ERROR]  value isBounded needs `override' modifier
> 11:48:40.855 [ERROR]     val isBounded: Boolean,
> 11:48:40.855 [ERROR]         ^
> 11:48:40.906 [ERROR] /home/travis/build/apache/flink/flink-table/flink-table-planner-blink/src/test/scala/org/apache/flink/table/util/testTableSources.scala:345: error: overriding method isBounded in trait StreamTableSource of type ()Boolean;
> 11:48:40.906 [ERROR]  value isBounded needs `override' modifier
> 11:48:40.906 [ERROR]     val isBounded: Boolean,
> 11:48:40.906 [ERROR]         ^
> 11:48:40.982 [WARNING] 6 warnings found
> 11:48:40.987 [ERROR] four errors found{code}
>  
> [~godfreyhe]  [~dawidwys]



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