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 715bce3 commit 46c7f3cCopy full SHA for 46c7f3c
launcher/src/main/java/com/dtstack/flink/sql/launcher/LauncherMain.java
@@ -63,8 +63,6 @@ public class LauncherMain {
63
private static final Logger LOG = LoggerFactory.getLogger(LauncherMain.class);
64
private static final String CORE_JAR = "core";
65
66
- private static final Logger LOG = LoggerFactory.getLogger(LauncherMain.class);
67
-
68
private static String SP = File.separator;
69
70
private static String getLocalCoreJarPath(String localSqlRootJar) throws Exception {
0 commit comments