We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70e956e commit 06cd6bfCopy full SHA for 06cd6bf
1 file changed
core/src/main/java/com/dtstack/flink/sql/Main.java
@@ -206,8 +206,8 @@ public static void main(String[] args) throws Exception {
206
}else{
207
tableEnv.sqlUpdate(result.getExecSql());
208
if(LOG.isInfoEnabled()){
209
-
210
- }LOG.info("exec sql: " + result.getExecSql());
+ LOG.info("exec sql: " + result.getExecSql());
+ }
211
}
212
213
0 commit comments