Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
making method provide
  • Loading branch information
ericm-db committed Jul 23, 2024
commit 762a62f4136991573624a65ec9aaed7c1cd68586
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ class IncrementalExecution(
}
}

def purgeMetadataFiles(planWithStateOpId: SparkPlan): Unit = {
private def purgeMetadataFiles(planWithStateOpId: SparkPlan): Unit = {
if (useAsyncPurge) {
purgeOldestAsync(planWithStateOpId)
} else {
Expand Down