Skip to content

Commit

Permalink
call with ()
Browse files Browse the repository at this point in the history
  • Loading branch information
nicklan committed Jan 9, 2024
1 parent 192f4b5 commit 398547a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ trait AutoCompactBase extends PostCommitHook with DeltaLogging {
// partitions stay eligible for subsequent auto compactions.
partitionsStats.markPartitionsAsCompacted(
tableId,
autoCompactRequest.allowedPartitions
autoCompactRequest.allowedPartitions()
)
metrics
} catch {
Expand All @@ -161,7 +161,7 @@ trait AutoCompactBase extends PostCommitHook with DeltaLogging {
if (AutoCompactUtils.reservePartitionEnabled(spark)) {
AutoCompactPartitionReserve.releasePartitions(
tableId,
autoCompactRequest.allowedPartitions
autoCompactRequest.allowedPartitions()
)
}
}
Expand Down

0 comments on commit 398547a

Please sign in to comment.