Skip to content

Commit

Permalink
add support to schedule partitions that already exist in table
Browse files Browse the repository at this point in the history
  • Loading branch information
Harold Jimenez committed Jan 21, 2025
1 parent 1534f57 commit 49905d2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright (C) 2019-2024 Expedia, Inc.
* Copyright (C) 2019-2025 Expedia, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -35,7 +35,7 @@ public HiveMetadataCleaner(DeletedMetadataReporter deletedMetadataReporter, Iceb

@Override
@TimedTaggable("hive-table-deleted")
void dropTable(HousekeepingMetadata housekeepingMetadata, CleanerClient client) {
public void dropTable(HousekeepingMetadata housekeepingMetadata, CleanerClient client) {
icebergValidator.throwExceptionIfIceberg(housekeepingMetadata.getDatabaseName(),
housekeepingMetadata.getTableName());
client.dropTable(housekeepingMetadata.getDatabaseName(), housekeepingMetadata.getTableName());
Expand Down

0 comments on commit 49905d2

Please sign in to comment.