[
https://issues.apache.org/jira/browse/FLINK-11905?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kurt Young closed FLINK-11905.
------------------------------
Resolution: Fixed
Fix Version/s: 1.9.0
fixed in c6878aca6c5aeee46581b4d6744b31049db9de95
> 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: Runtime / Operators, Tests
> Affects Versions: 1.9.0
> Reporter: Chesnay Schepler
> Assignee: Kurt Young
> Priority: Major
> Labels: blink, pull-request-available
> Fix For: 1.9.0
>
> Time Spent: 20m
> Remaining Estimate: 0h
>
> [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)