Skip to content

Commit

Permalink
revert more path-cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Hamza Jugon committed Nov 26, 2024
1 parent 812565e commit 26b404c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
import com.expediagroup.beekeeper.cleanup.monitoring.BytesDeletedReporter;
import com.expediagroup.beekeeper.cleanup.path.PathCleaner;
import com.expediagroup.beekeeper.cleanup.path.SentinelFilesCleaner;
import com.expediagroup.beekeeper.cleanup.validation.IcebergValidator;
import com.expediagroup.beekeeper.core.config.FileSystemType;
import com.expediagroup.beekeeper.core.error.BeekeeperException;
import com.expediagroup.beekeeper.core.model.HousekeepingEntity;
Expand All @@ -42,7 +41,6 @@ public class S3PathCleaner implements PathCleaner {
private final S3Client s3Client;
private final SentinelFilesCleaner sentinelFilesCleaner;
private final BytesDeletedReporter bytesDeletedReporter;
private IcebergValidator icebergValidator;

public S3PathCleaner(S3Client s3Client, SentinelFilesCleaner sentinelFilesCleaner,
BytesDeletedReporter bytesDeletedReporter) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -385,4 +385,4 @@ private void mockOneOutOfTwoObjectsDeleted(AmazonS3 mockAmazonS3) {
when(mockAmazonS3.deleteObjects(any(DeleteObjectsRequest.class)))
.thenReturn(new DeleteObjectsResult(List.of(deletedObject)));
}
}
}

0 comments on commit 26b404c

Please sign in to comment.