Skip to content

Commit

Permalink
[FLINK-7816] Support Scala 2.12 closures and Java 8 lambdas in Closur…
Browse files Browse the repository at this point in the history
…eCleaner

This updates the ClosureCleaner with recent changes from SPARK-14540.
  • Loading branch information
aljoscha committed Oct 31, 2018
1 parent 9236eb9 commit 1b9cdf5
Show file tree
Hide file tree
Showing 4 changed files with 446 additions and 131 deletions.
5 changes: 5 additions & 0 deletions flink-scala/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,11 @@ under the License.
<artifactId>flink-shaded-asm</artifactId>
</dependency>

<dependency>
<groupId>org.apache.flink</groupId>
<artifactId>flink-shaded-asm-6</artifactId>
</dependency>

<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-reflect</artifactId>
Expand Down
Loading

0 comments on commit 1b9cdf5

Please sign in to comment.