Skip to content

Commit ca6d3cd

Browse files
committed
Remove trailing whitespace
1 parent 27a76c1 commit ca6d3cd

File tree

1 file changed

+1
-1
lines changed
  • sql/core/src/main/scala/org/apache/spark/sql/execution/command

1 file changed

+1
-1
lines changed

sql/core/src/main/scala/org/apache/spark/sql/execution/command/ddl.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -587,7 +587,7 @@ case class AlterTableRecoverPartitionsCommand(
587587
val threshold = spark.conf.get("spark.rdd.parallelListingThreshold", "10").toInt
588588
val hadoopConf = spark.sparkContext.hadoopConfiguration
589589
val pathFilter = getPathFilter(hadoopConf)
590-
590+
591591
val evalPool = ThreadUtils.newForkJoinPool("AlterTableRecoverPartitionsCommand", 8)
592592
val partitionSpecsAndLocs: Seq[(TablePartitionSpec, Path)] =
593593
try {

0 commit comments

Comments
 (0)