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/08/31 21:21:00 UTC

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

Vladimir Sitnikov created CALCITE-2520:
------------------------------------------

             Summary: 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


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