Skip to content

Commit

Permalink
delete the print
Browse files Browse the repository at this point in the history
Signed-off-by: maggie-zhu <[email protected]>
  • Loading branch information
maggie-zhu committed Jan 21, 2025
1 parent 93b6f15 commit e0071f0
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,6 @@ private static List<StatementBase> parseWithPinotDialect(String sql, SessionVari
}
statements.add(statement);
}
String sqlTrans = AstToSQLBuilder.toSQL(statements.get(0));
System.out.println("sqlTrans: " + sqlTrans);
return statements;
}

Expand Down

0 comments on commit e0071f0

Please sign in to comment.