We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 104b05e commit d7a2337Copy full SHA for d7a2337
amoro-ams/src/main/java/org/apache/amoro/server/process/iceberg/IcebergProcessFactory.java
@@ -53,7 +53,7 @@ public class IcebergProcessFactory implements ProcessFactory {
53
ConfigOptions.key("expire-snapshots.enabled").booleanType().defaultValue(true);
54
55
public static final ConfigOption<Duration> SNAPSHOT_EXPIRE_INTERVAL =
56
- ConfigOptions.key("expire-snapshot.interval")
+ ConfigOptions.key("expire-snapshots.interval")
57
.durationType()
58
.defaultValue(Duration.ofHours(1));
59
0 commit comments