Skip to content

Commit a0fa2db

Browse files
committed
nit
1 parent 9167cc4 commit a0fa2db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spark/src/main/scala/org/apache/spark/sql/delta/sources/DeltaSource.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1280,7 +1280,6 @@ case class DeltaSource(
12801280
override def toString(): String = s"DeltaSource[${deltaLog.dataPath}]"
12811281

12821282
trait DeltaSourceAdmissionBase { self: AdmissionLimits =>
1283-
12841283
// This variable indicates whether a commit has already been processed by a batch or not.
12851284
var commitProcessedInBatch = false
12861285

@@ -1337,6 +1336,7 @@ case class DeltaSource(
13371336
def hasCapacity: Boolean = {
13381337
filesToTake > 0 && bytesToTake > 0
13391338
}
1339+
13401340
}
13411341

13421342
/**

0 commit comments

Comments
 (0)