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 e758800 PHOENIX-6099 PHOENIX-5881 uses apache commons logging and
breaks mvn verify
e758800 is described below
commit e7588008e53f3d5db7c26658e454647736451c5e
Author: Istvan Toth <[email protected]>
AuthorDate: Mon Aug 24 13:23:55 2020 +0200
PHOENIX-6099 PHOENIX-5881 uses apache commons logging and breaks mvn verify
---
.../src/it/java/org/apache/phoenix/end2end/MaxLookbackIT.java | 4 ----
1 file changed, 4 deletions(-)
diff --git
a/phoenix-core/src/it/java/org/apache/phoenix/end2end/MaxLookbackIT.java
b/phoenix-core/src/it/java/org/apache/phoenix/end2end/MaxLookbackIT.java
index 957a7a4..a1a5db0 100644
--- a/phoenix-core/src/it/java/org/apache/phoenix/end2end/MaxLookbackIT.java
+++ b/phoenix-core/src/it/java/org/apache/phoenix/end2end/MaxLookbackIT.java
@@ -18,8 +18,6 @@
package org.apache.phoenix.end2end;
import com.google.common.collect.Maps;
-import org.apache.commons.logging.Log;
-import org.apache.commons.logging.LogFactory;
import org.apache.hadoop.conf.Configuration;
import org.apache.hadoop.hbase.TableName;
import org.apache.hadoop.hbase.client.Admin;
@@ -40,7 +38,6 @@ import org.junit.Assert;
import org.junit.Before;
import org.junit.BeforeClass;
import org.junit.Test;
-import org.junit.AfterClass;
import java.io.IOException;
import java.sql.Connection;
@@ -60,7 +57,6 @@ import static
org.apache.phoenix.util.TestUtil.assertTableHasVersions;
@NeedsOwnMiniClusterTest
public class MaxLookbackIT extends BaseUniqueNamesOwnClusterIT {
- private static final Log LOG = LogFactory.getLog(MaxLookbackIT.class);
private static final int MAX_LOOKBACK_AGE = 15;
private static final int ROWS_POPULATED = 2;
public static final int WAIT_AFTER_TABLE_CREATION_MILLIS = 1;