Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
askwang committed Dec 18, 2024
1 parent a6aa2be commit 3244a12
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,9 @@ public ExpireSnapshotsAction(
String olderThan,
Integer maxDeletes,
String options) {
super(warehouse, catalogConfig);
this.identifier = identifier;
super(catalogConfig);
this.database = database;
this.table = table;
this.retainMax = retainMax;
this.retainMin = retainMin;
this.olderThan = olderThan;
Expand Down

0 comments on commit 3244a12

Please sign in to comment.