Github user JamesRTaylor commented on a diff in the pull request:

    https://github.com/apache/phoenix/pull/126#discussion_r44736280
  
    --- Diff: 
phoenix-core/src/it/java/org/apache/phoenix/end2end/index/ImmutableIndexIT.java 
---
    @@ -17,428 +17,92 @@
      */
     package org.apache.phoenix.end2end.index;
     
    -import static org.apache.phoenix.util.TestUtil.INDEX_DATA_SCHEMA;
    -import static org.apache.phoenix.util.TestUtil.INDEX_DATA_TABLE;
     import static org.apache.phoenix.util.TestUtil.TEST_PROPERTIES;
     import static org.junit.Assert.assertEquals;
    -import static org.junit.Assert.assertFalse;
     import static org.junit.Assert.assertTrue;
     import static org.junit.Assert.fail;
     
    -import java.math.BigDecimal;
     import java.sql.Connection;
    -import java.sql.Date;
     import java.sql.DriverManager;
    -import java.sql.PreparedStatement;
     import java.sql.ResultSet;
     import java.sql.SQLException;
    +import java.sql.Statement;
    +import java.util.Arrays;
    +import java.util.Collection;
     import java.util.Properties;
     
     import org.apache.phoenix.end2end.BaseHBaseManagedTimeIT;
     import org.apache.phoenix.exception.SQLExceptionCode;
    -import org.apache.phoenix.jdbc.PhoenixConnection;
    -import org.apache.phoenix.query.QueryConstants;
    -import org.apache.phoenix.schema.PTableKey;
    -import org.apache.phoenix.util.DateUtil;
    +import org.apache.phoenix.query.BaseTest;
     import org.apache.phoenix.util.PropertiesUtil;
    -import org.apache.phoenix.util.QueryUtil;
    +import org.apache.phoenix.util.SchemaUtil;
    +import org.apache.phoenix.util.TestUtil;
     import org.junit.Test;
    +import org.junit.runner.RunWith;
    +import org.junit.runners.Parameterized;
    +import org.junit.runners.Parameterized.Parameters;
     
     
    +@RunWith(Parameterized.class)
    --- End diff --
    
    If easy, can we do this test improvement in a separate change in master to 
reduce the noise here?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to