Skip to content

Commit fe58714

Browse files
author
gituser
committed
Merge branch 'hotfix_1.10_4.2.x_35786' into 1.10_test_4.2.x
2 parents 6241988 + b86b8df commit fe58714

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

core/src/main/java/com/dtstack/flink/sql/exec/ExecuteProcessHelper.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,7 @@ public static ParamsInfo parseParams(String[] args) throws Exception {
138138
}
139139

140140
if (!pluginLoadMode.equalsIgnoreCase(EPluginLoadMode.LOCALTEST.name()) && Objects.isNull(dirtyProperties.get(PLUGIN_PATH_STR))) {
141-
dirtyProperties.put(PLUGIN_PATH_STR,
142-
Objects.isNull(remoteSqlPluginPath) ? localSqlPluginPath : remoteSqlPluginPath);
141+
dirtyProperties.put(PLUGIN_PATH_STR, localSqlPluginPath);
143142
}
144143

145144
List<URL> jarUrlList = getExternalJarUrls(options.getAddjar());

0 commit comments

Comments
 (0)