We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5089e69 commit ecd23acCopy full SHA for ecd23ac
amoro-ams/src/main/java/org/apache/amoro/server/table/DefaultTableRuntime.java
@@ -100,7 +100,7 @@ public AmoroProcess<? extends TableProcessState> trigger(Action action) {
100
@Override
101
public void install(Action action, ProcessFactory<? extends TableProcessState> processFactory) {
102
if (processContainerMap.putIfAbsent(action, new TableProcessContainer(processFactory))
103
- == null) {
+ != null) {
104
throw new IllegalStateException("ProcessFactory for action " + action + " already exists");
105
}
106
0 commit comments