You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@phoenix.apache.org by ma...@apache.org on 2016/10/06 19:37:10 UTC

[2/4] phoenix git commit: Remove warnings

Remove warnings


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

Branch: refs/heads/calcite
Commit: b41c0a81b7e78dff6df68be8865ae4cf9ec56ba7
Parents: 78c13b7
Author: maryannxue <ma...@gmail.com>
Authored: Mon Oct 3 16:46:27 2016 -0700
Committer: maryannxue <ma...@gmail.com>
Committed: Mon Oct 3 16:46:27 2016 -0700

----------------------------------------------------------------------
 .../src/it/java/org/apache/phoenix/calcite/BaseCalciteIT.java       | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/phoenix/blob/b41c0a81/phoenix-core/src/it/java/org/apache/phoenix/calcite/BaseCalciteIT.java
----------------------------------------------------------------------
diff --git a/phoenix-core/src/it/java/org/apache/phoenix/calcite/BaseCalciteIT.java b/phoenix-core/src/it/java/org/apache/phoenix/calcite/BaseCalciteIT.java
index 9891bd0..75bce4c 100644
--- a/phoenix-core/src/it/java/org/apache/phoenix/calcite/BaseCalciteIT.java
+++ b/phoenix-core/src/it/java/org/apache/phoenix/calcite/BaseCalciteIT.java
@@ -39,7 +39,6 @@ import java.text.DecimalFormat;
 import java.util.List;
 import java.util.Map;
 import java.util.Properties;
-import java.util.regex.Pattern;
 
 import org.apache.calcite.avatica.util.ArrayImpl;
 import org.apache.calcite.config.CalciteConnectionProperty;