Skip to content

Commit

Permalink
[INLONG-9493][Sort] Fixed incorrect logging classs name (#9494)
Browse files Browse the repository at this point in the history
  • Loading branch information
JinsYin authored Dec 18, 2023
1 parent 850b922 commit 5c367a7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
*/
public class NativeFlinkSqlParser implements Parser {

private static final Logger log = LoggerFactory.getLogger(FlinkSqlParser.class);
private static final Logger log = LoggerFactory.getLogger(NativeFlinkSqlParser.class);

private final TableEnvironment tableEnv;
private final String statements;
Expand Down

0 comments on commit 5c367a7

Please sign in to comment.