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

    https://github.com/apache/phoenix/pull/189#discussion_r74651475
  
    --- Diff: 
phoenix-core/src/it/java/org/apache/phoenix/end2end/index/IndexExpressionIT.java
 ---
    @@ -515,22 +531,27 @@ public void testSelectDistinctMutableLocalIndex() 
throws Exception {
         }
     
         protected void helpTestSelectDistinct(boolean mutable, boolean 
localIndex) throws Exception {
    -        String dataTableName = mutable ? MUTABLE_INDEX_DATA_TABLE : 
INDEX_DATA_TABLE;
    +        String dataTableName = generateRandomString();
             String fullDataTableName = INDEX_DATA_SCHEMA + 
QueryConstants.NAME_SEPARATOR + dataTableName;
    +        String indexName = generateRandomString();
    +        String fullIndexTableName = INDEX_DATA_SCHEMA + 
QueryConstants.NAME_SEPARATOR + indexName;
    +
    +       // String dataTableName = mutable ? MUTABLE_INDEX_DATA_TABLE : 
INDEX_DATA_TABLE;
    --- End diff --
    
    Remove commented code.


---
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