You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Kurt Young (Jira)" <ji...@apache.org> on 2020/05/16 15:08:00 UTC

[jira] [Closed] (FLINK-17754) Walkthrough Table Java nightly end-to-end test failed to compile

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

Kurt Young closed FLINK-17754.
------------------------------
      Assignee: Kurt Young
    Resolution: Fixed

> Walkthrough Table Java nightly end-to-end test failed to compile
> ----------------------------------------------------------------
>
>                 Key: FLINK-17754
>                 URL: https://issues.apache.org/jira/browse/FLINK-17754
>             Project: Flink
>          Issue Type: Bug
>          Components: Table SQL / API, Table SQL / Planner, Tests
>            Reporter: Piotr Nowojski
>            Assignee: Kurt Young
>            Priority: Blocker
>              Labels: test-stability
>             Fix For: 1.11.0
>
>
> https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=1490&view=logs&j=c88eea3b-64a0-564d-0031-9fdcd7b8abee&t=1e2bbe5b-4657-50be-1f07-d84bfce5b1f5
> {noformat}
> [ERROR] COMPILATION ERROR : 
> [INFO] -------------------------------------------------------------
> [ERROR] /home/vsts/work/1/s/flink-end-to-end-tests/test-scripts/temp-test-directory-41325742846/flink-walkthrough-table-java/src/main/java/org/apache/flink/walkthrough/SpendReport.java:[35,21] cannot find symbol
>   symbol:   method registerTableSource(java.lang.String,org.apache.flink.walkthrough.common.table.BoundedTransactionTableSource)
>   location: variable tEnv of type org.apache.flink.table.api.java.BatchTableEnvironment
> [ERROR] /home/vsts/work/1/s/flink-end-to-end-tests/test-scripts/temp-test-directory-41325742846/flink-walkthrough-table-java/src/main/java/org/apache/flink/walkthrough/SpendReport.java:[36,21] cannot find symbol
>   symbol:   method registerTableSink(java.lang.String,org.apache.flink.walkthrough.common.table.SpendReportTableSink)
>   location: variable tEnv of type org.apache.flink.table.api.java.BatchTableEnvironment
> (...)
> [FAIL] 'Walkthrough Table Java nightly end-to-end test' failed after 0 minutes and 5 seconds! Test exited with exit code 1
> {noformat}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)