wangsan created FLINK-13823:
-------------------------------
Summary: Incorrect debug log in CompileUtils
Key: FLINK-13823
URL:
https://issues.apache.org/jira/browse/FLINK-13823 Project: Flink
Issue Type: Bug
Components: Table SQL / Planner
Affects Versions: 1.9.0
Reporter: wangsan
Fix For: 1.9.1
There is a typo in `CompileUtils`:
```java
CODE_LOG.debug("Compiling: %s \n\n Code:\n%s", name, code);
```
The placeholder should be `{}` instead of `%s`.
--
This message was sent by Atlassian Jira
(v8.3.2#803003)