You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by ho...@apache.org on 2019/05/05 06:53:27 UTC

[calcite] branch master updated: Oops, remove a println

This is an automated email from the ASF dual-hosted git repository.

hongze pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/calcite.git


The following commit(s) were added to refs/heads/master by this push:
     new 0d504d2  Oops, remove a println
0d504d2 is described below

commit 0d504d20d47542e8d461982512ae0e7a94e4d6cb
Author: Hongze Zhang <ho...@tencent.com>
AuthorDate: Sun May 5 14:50:43 2019 +0800

    Oops, remove a println
---
 core/src/test/java/org/apache/calcite/test/SqlToRelConverterTest.java | 1 -
 1 file changed, 1 deletion(-)

diff --git a/core/src/test/java/org/apache/calcite/test/SqlToRelConverterTest.java b/core/src/test/java/org/apache/calcite/test/SqlToRelConverterTest.java
index 74d3625..b981201 100644
--- a/core/src/test/java/org/apache/calcite/test/SqlToRelConverterTest.java
+++ b/core/src/test/java/org/apache/calcite/test/SqlToRelConverterTest.java
@@ -3103,7 +3103,6 @@ public class SqlToRelConverterTest extends SqlToRelTestBase {
         + "ename format json encoding utf16,\n"
         + "ename format json encoding utf32\n"
         + "from emp";
-    System.out.println(sql);
     sql(sql).ok();
   }