You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "wangsan (Jira)" <ji...@apache.org> on 2019/08/23 07:36:00 UTC

[jira] [Created] (FLINK-13823) Incorrect debug log in CompileUtils

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)