Details
-
Bug
-
Status: Resolved
-
Critical
-
Resolution: Fixed
-
0.10.1
-
None
Description
The closure cleaner uses Kryo's ReflectASM's ASM. That is currently in version 4.0, which is incompatible with later Scala versions.
Using ASM directly gives version 5.0.
Flink also shades that ASM version correctly away in the end.
Attachments
Issue Links
- relates to
-
FLINK-3143 Update Clojure Cleaner's ASM references to ASM5
- Closed