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