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 9167cc4 commit a0fa2dbCopy full SHA for a0fa2db
spark/src/main/scala/org/apache/spark/sql/delta/sources/DeltaSource.scala
@@ -1280,7 +1280,6 @@ case class DeltaSource(
1280
override def toString(): String = s"DeltaSource[${deltaLog.dataPath}]"
1281
1282
trait DeltaSourceAdmissionBase { self: AdmissionLimits =>
1283
-
1284
// This variable indicates whether a commit has already been processed by a batch or not.
1285
var commitProcessedInBatch = false
1286
@@ -1337,6 +1336,7 @@ case class DeltaSource(
1337
1336
def hasCapacity: Boolean = {
1338
filesToTake > 0 && bytesToTake > 0
1339
}
+
1340
1341
1342
/**
0 commit comments