We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3acc1d3 commit d1b4bbeCopy full SHA for d1b4bbe
sql/hive/src/test/scala/org/apache/spark/sql/hive/PartitionedTablePerfStatsSuite.scala
@@ -241,9 +241,9 @@ class PartitionedTablePerfStatsSuite
241
genericTest("file status cache respects size limit") { spec =>
242
withSQLConf(
243
SQLConf.HIVE_MANAGE_FILESOURCE_PARTITIONS.key -> "true",
244
- //scalastyle:off
+ // scalastyle:off
245
SQLConf.HIVE_FILESOURCE_PARTITION_FILE_CACHE_SIZE.key -> "1" /* 1 byte */) {
246
- //scalastyle:on
+ // scalastyle:on
247
withTable("test") {
248
withTempDir { dir =>
249
spec.setupTable("test", dir)
0 commit comments