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 fe3c0a0 commit deb20efCopy full SHA for deb20ef
sql/core/src/test/scala/org/apache/spark/sql/execution/columnar/PartitionBatchPruningSuite.scala
@@ -93,6 +93,7 @@ class PartitionBatchPruningSuite
93
spark.catalog.uncacheTable("pruningData")
94
spark.catalog.uncacheTable("pruningStringData")
95
spark.catalog.uncacheTable("pruningArrayData")
96
+ spark.catalog.uncacheTable("pruningBinaryData")
97
} finally {
98
super.afterEach()
99
}
0 commit comments