[
https://issues.apache.org/jira/browse/FLINK-13823?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jark Wu reassigned FLINK-13823:
-------------------------------
Assignee: wangsan
> 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
> Assignee: wangsan
> Priority: Minor
> Labels: pull-request-available
> Fix For: 1.10.0, 1.9.1
>
> Time Spent: 20m
> Remaining Estimate: 0h
>
> 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)