Skip to content

Commit

Permalink
Add TODO comment that explains #258
Browse files Browse the repository at this point in the history
  • Loading branch information
Juuxel committed Feb 6, 2025
1 parent 127345e commit 07f91bf
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ public void applyTo(RunConfigSettings settings, ConfigValue.Resolver configValue
settings.getEnvironmentVariables().putIfAbsent(key, resolved);
});

// TODO: Also remove this hack once DLI supports clientData as the env
if (this.name.equals("dataClient") || this.name.equals("dataServer")) {
for (ConfigValue arg : args) {
settings.programArg(arg.resolve(configValueResolver));
Expand Down

0 comments on commit 07f91bf

Please sign in to comment.