[ 
https://issues.apache.org/jira/browse/PHOENIX-1639?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14321051#comment-14321051
 ] 

ASF GitHub Bot commented on PHOENIX-1639:
-----------------------------------------

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


> Enhance function/expression index tests
> ---------------------------------------
>
>                 Key: PHOENIX-1639
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-1639
>             Project: Phoenix
>          Issue Type: Test
>            Reporter: Thomas D'Silva
>            Assignee: Thomas D'Silva
>
> Add tests for views, negative scenarios, sort order of expression. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to