You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@phoenix.apache.org by mu...@apache.org on 2014/02/08 06:51:18 UTC

git commit: Add missing import reference

Updated Branches:
  refs/heads/2.2.3 f5806942b -> d84af7c8d


Add missing import reference


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

Branch: refs/heads/2.2.3
Commit: d84af7c8d4fc532d771a42def773249c5b8b82c7
Parents: f580694
Author: Mujtaba <mu...@apache.org>
Authored: Fri Feb 7 21:51:02 2014 -0800
Committer: Mujtaba <mu...@apache.org>
Committed: Fri Feb 7 21:51:02 2014 -0800

----------------------------------------------------------------------
 .../org/apache/phoenix/compile/StatementHintsCompilationTest.java   | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-phoenix/blob/d84af7c8/src/test/java/org/apache/phoenix/compile/StatementHintsCompilationTest.java
----------------------------------------------------------------------
diff --git a/src/test/java/org/apache/phoenix/compile/StatementHintsCompilationTest.java b/src/test/java/org/apache/phoenix/compile/StatementHintsCompilationTest.java
index 99141ed..9d33fbd 100644
--- a/src/test/java/org/apache/phoenix/compile/StatementHintsCompilationTest.java
+++ b/src/test/java/org/apache/phoenix/compile/StatementHintsCompilationTest.java
@@ -35,6 +35,7 @@ import java.util.Set;
 import org.apache.hadoop.hbase.client.Scan;
 import org.apache.hadoop.hbase.filter.Filter;
 import org.apache.hadoop.hbase.filter.FilterList;
+import org.junit.Ignore;
 import org.junit.Test;
 
 import org.apache.phoenix.compile.GroupByCompiler.GroupBy;