Piotr Nowojski created FLINK-17754:
--------------------------------------
Summary: 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
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)