Skip to content

Commit

Permalink
updated scope of beans in metadata and path clean up to overwrite
Browse files Browse the repository at this point in the history
  • Loading branch information
Harold Jimenez committed Jan 23, 2025
1 parent 59dcf23 commit 596ac84
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-2021 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 @@ -108,7 +108,7 @@ public DeletedMetadataReporter deletedMetadataReporter(
}

@Bean(name = "hiveTableCleaner")
MetadataCleaner metadataCleaner(
public MetadataCleaner metadataCleaner(
DeletedMetadataReporter deletedMetadataReporter, IcebergValidator icebergValidator) {
return new HiveMetadataCleaner(deletedMetadataReporter, icebergValidator);
}
Expand Down

0 comments on commit 596ac84

Please sign in to comment.