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 ffe4318 commit e0e38bfCopy full SHA for e0e38bf
sql/core/src/test/scala/org/apache/spark/sql/DatasetSuite.scala
@@ -933,6 +933,8 @@ class DatasetSuite extends QueryTest with SharedSQLContext {
933
spark.sparkContext.setCheckpointDir(dir.getCanonicalPath)
934
f
935
} finally {
936
+ // Since the original checkpointDir can be None, we need
937
+ // to set the variable directly.
938
spark.sparkContext.checkpointDir = originalCheckpointDir
939
}
940
0 commit comments