[
https://issues.apache.org/jira/browse/FLINK-18341?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17163176#comment-17163176
]
Dian Fu edited comment on FLINK-18341 at 7/23/20, 2:37 AM:
-----------------------------------------------------------
Hi [~sjwiesman] , I take a quick look at this issue and think that the reason
it fails on 1.11 is because you forgot to cherry-pick the following
commit(there are two commits in the original
[PR|https://github.com/apache/flink/pull/12592]) to 1.11 branch:
https://github.com/apache/flink/commit/57267f277339f7ba3790c8e0110cdb77e9593073
Could you confirm that?
was (Author: dian.fu):
Hi [~sjwiesman] , I take a quick look at this issue and think that the reason
it fails on 1.11 is because you forgot to cherry-pick the following
commit(there are two commits in the original PR) to 1.11 branch:
https://github.com/apache/flink/commit/57267f277339f7ba3790c8e0110cdb77e9593073
Could you confirm that?
> Building Flink Walkthrough Table Java 0.1 COMPILATION ERROR
> -----------------------------------------------------------
>
> Key: FLINK-18341
> URL: https://issues.apache.org/jira/browse/FLINK-18341
> Project: Flink
> Issue Type: Bug
> Components: Table SQL / API, Tests
> Affects Versions: 1.12.0
> Reporter: Piotr Nowojski
> Assignee: Seth Wiesman
> Priority: Critical
> Labels: test-stability
>
> https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=3652&view=logs&j=08866332-78f7-59e4-4f7e-49a56faa3179&t=931b3127-d6ee-5f94-e204-48d51cd1c334
> {noformat}
> [ERROR] COMPILATION ERROR :
> [INFO] -------------------------------------------------------------
> [ERROR]
> /home/vsts/work/1/s/flink-end-to-end-tests/test-scripts/temp-test-directory-22294375765/flink-walkthrough-table-java/src/main/java/org/apache/flink/walkthrough/SpendReport.java:[23,46]
> cannot access org.apache.flink.table.api.bridge.java.BatchTableEnvironment
> bad class file:
> /home/vsts/work/1/.m2/repository/org/apache/flink/flink-table-api-java-bridge_2.11/1.12-SNAPSHOT/flink-table-api-java-bridge_2.11-1.12-SNAPSHOT.jar(org/apache/flink/table/api/bridge/java/BatchTableEnvironment.class)
> class file has wrong version 55.0, should be 52.0
> Please remove or make sure it appears in the correct subdirectory of the
> classpath.
> (...)
> [FAIL] 'Walkthrough Table Java nightly end-to-end test' failed after 0
> minutes and 4 seconds! Test exited with exit code 1
> {noformat}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)