You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@drill.apache.org by ja...@apache.org on 2014/06/16 23:31:21 UTC

[12/32] git commit: DRILL-534: Re-enable TPCH04

DRILL-534: Re-enable TPCH04


Project: http://git-wip-us.apache.org/repos/asf/incubator-drill/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-drill/commit/989d3364
Tree: http://git-wip-us.apache.org/repos/asf/incubator-drill/tree/989d3364
Diff: http://git-wip-us.apache.org/repos/asf/incubator-drill/diff/989d3364

Branch: refs/heads/master
Commit: 989d336406237593434af939771f2f06637e378b
Parents: 817bea5
Author: Steven Phillips <sp...@maprtech.com>
Authored: Thu Jun 12 11:57:20 2014 -0700
Committer: Jacques Nadeau <ja...@apache.org>
Committed: Mon Jun 16 08:02:35 2014 -0700

----------------------------------------------------------------------
 .../src/test/java/org/apache/drill/TestTpchDistributed.java         | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-drill/blob/989d3364/exec/java-exec/src/test/java/org/apache/drill/TestTpchDistributed.java
----------------------------------------------------------------------
diff --git a/exec/java-exec/src/test/java/org/apache/drill/TestTpchDistributed.java b/exec/java-exec/src/test/java/org/apache/drill/TestTpchDistributed.java
index c388b3b..1c5a7f9 100644
--- a/exec/java-exec/src/test/java/org/apache/drill/TestTpchDistributed.java
+++ b/exec/java-exec/src/test/java/org/apache/drill/TestTpchDistributed.java
@@ -45,7 +45,6 @@ public class TestTpchDistributed extends BaseTestQuery{
   }
 
   @Test
-  @Ignore
   public void tpch04() throws Exception{
     testDistributed("queries/tpch/04.sql");
   }