You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@phoenix.apache.org by td...@apache.org on 2016/08/25 18:17:48 UTC

phoenix git commit: Fix compilation failure on 4.8-HBase-1.2, 4.8-HBase-1.1 and 4.8-HBase-1.0 branches after PHOENIX-3148

Repository: phoenix
Updated Branches:
  refs/heads/4.8-HBase-1.0 015b698a2 -> 8d2af8951


Fix compilation failure on 4.8-HBase-1.2, 4.8-HBase-1.1 and 4.8-HBase-1.0 branches after PHOENIX-3148


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

Branch: refs/heads/4.8-HBase-1.0
Commit: 8d2af8951d9d1372fe04fe556a2bf146bd0543eb
Parents: 015b698
Author: Thomas D'Silva <td...@salesforce.com>
Authored: Thu Aug 25 10:52:30 2016 -0700
Committer: Thomas D'Silva <td...@salesforce.com>
Committed: Thu Aug 25 11:14:57 2016 -0700

----------------------------------------------------------------------
 .../java/org/apache/phoenix/query/ConnectionQueryServicesImpl.java  | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/phoenix/blob/8d2af895/phoenix-core/src/main/java/org/apache/phoenix/query/ConnectionQueryServicesImpl.java
----------------------------------------------------------------------
diff --git a/phoenix-core/src/main/java/org/apache/phoenix/query/ConnectionQueryServicesImpl.java b/phoenix-core/src/main/java/org/apache/phoenix/query/ConnectionQueryServicesImpl.java
index 8192302..c179a56 100644
--- a/phoenix-core/src/main/java/org/apache/phoenix/query/ConnectionQueryServicesImpl.java
+++ b/phoenix-core/src/main/java/org/apache/phoenix/query/ConnectionQueryServicesImpl.java
@@ -27,7 +27,6 @@ import static org.apache.phoenix.query.QueryServicesOptions.DEFAULT_RENEW_LEASE_
 import static org.apache.phoenix.query.QueryServicesOptions.DEFAULT_RENEW_LEASE_THREAD_POOL_SIZE;
 import static org.apache.phoenix.query.QueryServicesOptions.DEFAULT_RENEW_LEASE_THRESHOLD_MILLISECONDS;
 import static org.apache.phoenix.query.QueryServicesOptions.DEFAULT_RUN_RENEW_LEASE_FREQUENCY_INTERVAL_MILLISECONDS;
-import static org.apache.phoenix.util.UpgradeUtil.getUpgradeSnapshotName;
 import static org.apache.phoenix.util.UpgradeUtil.upgradeTo4_5_0;
 
 import java.io.IOException;