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

    https://github.com/apache/phoenix/pull/135#discussion_r46085683
  
    --- Diff: phoenix-core/src/it/java/org/apache/phoenix/end2end/DeleteIT.java 
---
    @@ -186,7 +186,9 @@ private void testDeleteRange(boolean autoCommit, 
boolean createIndex, boolean lo
             PreparedStatement stmt;
             conn.setAutoCommit(autoCommit);
             deleteStmt = "DELETE FROM IntIntKeyTest WHERE i >= ? and i < ?";
    -        assertIndexUsed(conn, deleteStmt, Arrays.<Object>asList(5,10), 
indexName, false);
    +        if(!local) {
    --- End diff --
    
    Why isn't the local index used here and below anymore?


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