Skip to content

Commit d7a2337

Browse files
author
zhangyongxiang.alpha
committed
CI
1 parent 104b05e commit d7a2337

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

amoro-ams/src/main/java/org/apache/amoro/server/process/iceberg/IcebergProcessFactory.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ public class IcebergProcessFactory implements ProcessFactory {
5353
ConfigOptions.key("expire-snapshots.enabled").booleanType().defaultValue(true);
5454

5555
public static final ConfigOption<Duration> SNAPSHOT_EXPIRE_INTERVAL =
56-
ConfigOptions.key("expire-snapshot.interval")
56+
ConfigOptions.key("expire-snapshots.interval")
5757
.durationType()
5858
.defaultValue(Duration.ofHours(1));
5959

0 commit comments

Comments
 (0)