Chesnay Schepler created FLINK-11905:
----------------------------------------
Summary: BlockCompressionTest does not compile with Java 9
Key: FLINK-11905
URL:
https://issues.apache.org/jira/browse/FLINK-11905 Project: Flink
Issue Type: Bug
Components: API / Table SQL, Tests
Affects Versions: 1.9.0
Reporter: Chesnay Schepler
[
https://travis-ci.org/apache/flink/builds/505693580?utm_source=slack&utm_medium=notification]
{code:java}
13:58:16.804 [INFO] -------------------------------------------------------------
13:58:16.804 [ERROR] COMPILATION ERROR :
13:58:16.804 [INFO] -------------------------------------------------------------
13:58:16.804 [ERROR] /home/travis/build/apache/flink/flink/flink-table/flink-table-runtime-blink/src/test/java/org/apache/flink/table/runtime/compression/BlockCompressionTest.java:[23,16] cannot find symbol
symbol: class Cleaner
location: package sun.misc
13:58:16.804 [ERROR] /home/travis/build/apache/flink/flink/flink-table/flink-table-runtime-blink/src/test/java/org/apache/flink/table/runtime/compression/BlockCompressionTest.java:[24,15] package sun.nio.ch is not visible
(package sun.nio.ch is declared in module java.base, which does not export it to the unnamed module)
13:58:16.804 [ERROR] /home/travis/build/apache/flink/flink/flink-table/flink-table-runtime-blink/src/test/java/org/apache/flink/table/runtime/compression/BlockCompressionTest.java:[187,17] cannot find symbol
symbol: class Cleaner
location: class org.apache.flink.table.runtime.compression.BlockCompressionTest{code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)