Skip to content

Commit 2625e15

Browse files
update comment
1 parent a29950e commit 2625e15

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

hoptimator-k8s/src/main/java/com/linkedin/hoptimator/k8s/K8sDeployerProvider.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ public <T extends Deployable> Collection<Deployer> deployers(T obj, Connection c
3636
} else if (obj instanceof Source) {
3737
list.add(new K8sSourceDeployer((Source) obj, context));
3838
if (!(obj instanceof Sink)) {
39-
// Sets up a no-op table provisioning job deployer.
39+
// Sets up a table provisioning job for the source.
40+
// The job would be a no-op if the source is already provisioned.
4041
list.add(new K8sJobDeployer(jobFromSource((Source) obj), context));
4142
}
4243
} else if (obj instanceof Trigger) {

0 commit comments

Comments
 (0)