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

    https://github.com/apache/phoenix/pull/36#discussion_r24708974
  
    --- Diff: 
phoenix-core/src/it/java/org/apache/phoenix/end2end/index/IndexExpressionIT.java
 ---
    @@ -737,7 +708,7 @@ protected void 
helpTestIndexWithCaseSensitiveCols(boolean mutable, boolean local
                 assertEquals("x",rs.getString(3));
                 assertEquals("1",rs.getString(4));
                 //TODO figure out why this " " is needed
    -            assertEquals("x_1",rs.getString("\"('V1' || '_' || 'v2')\""));
    +            assertEquals("x_1",rs.getString("\"('cf1'.'V1' || '_' || 
'CF2'.'v2')\""));
    --- End diff --
    
    Added column family


---
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 [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to