Repository: calcite
Updated Branches:
  refs/heads/master 9589a3606 -> 5e765bd1a


[CALCITE-2522] Remove e.printStackTrace() from CalciteAssert#returns


Project: http://git-wip-us.apache.org/repos/asf/calcite/repo
Commit: http://git-wip-us.apache.org/repos/asf/calcite/commit/5e765bd1
Tree: http://git-wip-us.apache.org/repos/asf/calcite/tree/5e765bd1
Diff: http://git-wip-us.apache.org/repos/asf/calcite/diff/5e765bd1

Branch: refs/heads/master
Commit: 5e765bd1ab13397d46baaa42db655bd52f5a9ffa
Parents: 9589a36
Author: Vladimir Sitnikov <sitnikov.vladi...@gmail.com>
Authored: Sun Sep 2 09:30:41 2018 +0300
Committer: Vladimir Sitnikov <sitnikov.vladi...@gmail.com>
Committed: Sun Sep 2 09:30:41 2018 +0300

----------------------------------------------------------------------
 core/src/test/java/org/apache/calcite/test/CalciteAssert.java | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/calcite/blob/5e765bd1/core/src/test/java/org/apache/calcite/test/CalciteAssert.java
----------------------------------------------------------------------
diff --git a/core/src/test/java/org/apache/calcite/test/CalciteAssert.java 
b/core/src/test/java/org/apache/calcite/test/CalciteAssert.java
index f561124..2edf068 100644
--- a/core/src/test/java/org/apache/calcite/test/CalciteAssert.java
+++ b/core/src/test/java/org/apache/calcite/test/CalciteAssert.java
@@ -1363,7 +1363,6 @@ public class CalciteAssert {
             hooks, checker, null, null);
         return this;
       } catch (Exception e) {
-        e.printStackTrace();
         throw new RuntimeException(
             "exception while executing [" + sql + "]", e);
       }

Reply via email to