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)

Reply via email to