We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 371933d commit 15b77dfCopy full SHA for 15b77df
core/src/test/scala/org/apache/spark/util/UtilsSuite.scala
@@ -1108,5 +1108,6 @@ class UtilsSuite extends SparkFunSuite with ResetSystemProperties with Logging {
1108
assert(isErrorOccurred)
1109
// if the try, catch and finally blocks don't throw exceptions
1110
Utils.tryWithSafeFinallyAndFailureCallbacks {}(catchBlock = {}, finallyBlock = {})
1111
+ TaskContext.unset
1112
}
1113
0 commit comments