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] [Commented] (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:comment-tabpanel&focusedCommentId=16599454#comment-16599454 ] 

Vladimir Sitnikov commented on CALCITE-2520:
--------------------------------------------

Fixed in https://git-wip-us.apache.org/repos/asf?p=calcite.git;a=commit;h=0c0f61e963497070a62ccdfc50c84b2826ca2d5f

> 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)