Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
pr number
  • Loading branch information
fsamuel-bs committed Aug 31, 2021
commit 9329067ccede8c3358b0e1f26289cfd220cd8925
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class JavaSerializerSuite extends SparkFunSuite {
obj.getClass
}

test("Deserialize object containing a proxy Class as attribute") {
test("SPARK-36627: Deserialize object containing a proxy Class as attribute") {
var classesLoaded = Set[String]()
val outer = Thread.currentThread.getContextClassLoader
val inner = new ClassLoader() {
Expand Down