[ 
https://issues.apache.org/jira/browse/FLINK-17754?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17109036#comment-17109036
 ] 

Piotr Nowojski commented on FLINK-17754:
----------------------------------------

All masters builds are failing in this e2e test. In later builds there is a 
different error:

{noformat}
[ERROR] 
/home/vsts/work/1/s/flink-end-to-end-tests/test-scripts/temp-test-directory-48321358152/flink-walkthrough-table-scala/src/main/scala/org/apache/flink/walkthrough/SpendReport.scala:30:
 error: not found: type TableEnvironmentInternal
[ERROR]     
tEnv.asInstanceOf[TableEnvironmentInternal].registerTableSourceInternal(
[ERROR]                       ^
[ERROR] 
/home/vsts/work/1/s/flink-end-to-end-tests/test-scripts/temp-test-directory-48321358152/flink-walkthrough-table-scala/src/main/scala/org/apache/flink/walkthrough/SpendReport.scala:32:
 error: not found: type TableEnvironmentInternal
[ERROR]     
tEnv.asInstanceOf[TableEnvironmentInternal].registerTableSinkInternal(
[ERROR]                       ^
[ERROR] two errors found

{noformat}


> 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
>            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)

Reply via email to