Skip to content

Commit deb20ef

Browse files
committed
Uncache table
1 parent fe3c0a0 commit deb20ef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sql/core/src/test/scala/org/apache/spark/sql/execution/columnar/PartitionBatchPruningSuite.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ class PartitionBatchPruningSuite
9393
spark.catalog.uncacheTable("pruningData")
9494
spark.catalog.uncacheTable("pruningStringData")
9595
spark.catalog.uncacheTable("pruningArrayData")
96+
spark.catalog.uncacheTable("pruningBinaryData")
9697
} finally {
9798
super.afterEach()
9899
}

0 commit comments

Comments
 (0)