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 <[email protected]> Authored: Thu Aug 25 10:52:30 2016 -0700 Committer: Thomas D'Silva <[email protected]> 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;
