Skip to content

Commit d9f48d3

Browse files
committed
去除注释
1 parent 6533361 commit d9f48d3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

core/src/main/java/com/dtstack/flink/sql/side/SideSQLParser.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,6 @@ private void extractTemporaryQuery(SqlNode node, String tableAlias, SqlBasicCall
417417
SqlBasicCall sqlBasicCall = buildAsSqlNode(tableAlias, sqlNode);
418418
queueInfo.offer(sqlBasicCall);
419419

420-
//TODO 打印合适的提示
421420
System.out.println("-------build temporary query-----------");
422421
System.out.println(tmpSelectSql);
423422
System.out.println("---------------------------------------");

0 commit comments

Comments
 (0)