Skip to content
This repository has been archived by the owner on Nov 14, 2024. It is now read-only.

Commit

Permalink
Add Value.Default to new sweep config (#7130)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdaudali authored May 29, 2024
1 parent 4380550 commit 07b6719
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ public int batchCellThreshold() {
* non-empty. The log safety here pertains to the safety of the cells being swept (and not the values).
*/
@JsonIgnore
@Value.Default
public Function<TableReference, Optional<LogSafety>> tablesToTrackDeletions() {
return _unused -> Optional.empty();
}
Expand Down

0 comments on commit 07b6719

Please sign in to comment.