https://github.com/apache/spark
Revision 8b7f72ed37dac0daf5158a7f96b38fb1eab1d676 authored by Shixiong Zhu on 10 November 2017, 22:14:47 UTC, committed by Shixiong Zhu on 10 November 2017, 22:14:47 UTC
## What changes were proposed in this pull request?

Backport #19687 to branch-2.2. The major difference is `cleanUpReflectionObjects` is protected by `ScalaReflectionLock.synchronized` in this PR for Scala 2.10.

## How was this patch tested?

Jenkins

Author: Shixiong Zhu <zsxwing@gmail.com>

Closes #19718 from zsxwing/SPARK-19644-2.2.
1 parent 6b4ec22
History
Tip revision: 8b7f72ed37dac0daf5158a7f96b38fb1eab1d676 authored by Shixiong Zhu on 10 November 2017, 22:14:47 UTC
[SPARK-19644][SQL] Clean up Scala reflection garbage after creating Encoder (branch-2.2)
Tip revision: 8b7f72e

README.md

back to top