This is an automated email from the ASF dual-hosted git repository.

stoty pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/phoenix.git


The following commit(s) were added to refs/heads/master by this push:
     new 50f4000  PHOENIX-6157 Fix dependecy:analyze error introduced by 
PHOENIX-5909
50f4000 is described below

commit 50f4000f5efaea264bf45c9774a3031e11b12e71
Author: Istvan Toth <[email protected]>
AuthorDate: Thu Sep 24 06:04:59 2020 +0200

    PHOENIX-6157 Fix dependecy:analyze error introduced by PHOENIX-5909
---
 .../src/it/java/org/apache/phoenix/monitoring/IndexMetricsIT.java       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/phoenix-core/src/it/java/org/apache/phoenix/monitoring/IndexMetricsIT.java 
b/phoenix-core/src/it/java/org/apache/phoenix/monitoring/IndexMetricsIT.java
index e8c24e1..8524926 100644
--- a/phoenix-core/src/it/java/org/apache/phoenix/monitoring/IndexMetricsIT.java
+++ b/phoenix-core/src/it/java/org/apache/phoenix/monitoring/IndexMetricsIT.java
@@ -17,7 +17,7 @@
  */
 package org.apache.phoenix.monitoring;
 
-import com.google.common.collect.Maps;
+import org.apache.phoenix.thirdparty.com.google.common.collect.Maps;
 import org.apache.hadoop.metrics2.lib.DynamicMetricsRegistry;
 import org.apache.hadoop.metrics2.lib.MutableFastCounter;
 import org.apache.hadoop.metrics2.lib.MutableHistogram;

Reply via email to