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

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_r24837161
  
    --- Diff: 
phoenix-core/src/it/java/org/apache/phoenix/end2end/index/IndexExpressionIT.java
 ---
    @@ -123,7 +126,7 @@ protected void helpTestCreateAndUpdate(boolean mutable, 
boolean localIndex) thro
                         + (localIndex ? "LOCAL" : "")
                         + " INDEX IDX ON "
                         + fullDataTableName
    -                    + " ((UPPER(varchar_pk) || '_' || UPPER(char_pk) || 
'_' || UPPER(varchar_col1) || '_' || UPPER(char_col2)),"
    +                    + " ((UPPER(varchar_pk) || '_' || UPPER(char_pk) || 
'_' || UPPER(varchar_col1) || '_' || UPPER(b.char_col2)),"
    --- End diff --
    
    This was not required, I was just testing that it worked with the column 
family name.


> 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