You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@calcite.apache.org by "Vladimir Sitnikov (JIRA)" <ji...@apache.org> on 2018/09/01 01:41:00 UTC

[jira] [Updated] (CALCITE-2520) SparkHandlerImpl#compile prints source code to the System.out unconditionally

     [ https://issues.apache.org/jira/browse/CALCITE-2520?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vladimir Sitnikov updated CALCITE-2520:
---------------------------------------
    Fix Version/s: 1.18.0

> SparkHandlerImpl#compile prints source code to the System.out unconditionally
> -----------------------------------------------------------------------------
>
>                 Key: CALCITE-2520
>                 URL: https://issues.apache.org/jira/browse/CALCITE-2520
>             Project: Calcite
>          Issue Type: Bug
>          Components: spark
>    Affects Versions: 1.17.0
>            Reporter: Vladimir Sitnikov
>            Assignee: Julian Hyde
>            Priority: Major
>             Fix For: 1.18.0
>
>
> {code:java}    System.out.println("======================");
>     System.out.println(source);
>     System.out.println("======================");
> {code}
> It does clutter build logs and/or probably clutters output of a real-life systems that use the adapter.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)