You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@phoenix.apache.org by "Kevin Liew (JIRA)" <ji...@apache.org> on 2016/12/22 22:51:58 UTC

[jira] [Updated] (PHOENIX-3545) Add integration tests for string upper and lower

     [ https://issues.apache.org/jira/browse/PHOENIX-3545?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kevin Liew updated PHOENIX-3545:
--------------------------------
    Description: 
Phoenix 4.5.0 had an issue parsing concatenated strings in a string function.

{code}
MessageText = "[Simba][Phoenix] (2160) RuntimeException: org.apache.phoenix.schema.TypeMismatchException: ERROR 203 (22005): Type mismatch. VARCHAR for (FIRST_NAME + ' ' + LAST_NAME) -> TypeMismatchException: ERROR 203 (22005): Type mismatch. VARCHAR for (FIRST_NAME + ' ' + LAST_NAME)"
{code}

> Add integration tests for string upper and lower
> ------------------------------------------------
>
>                 Key: PHOENIX-3545
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-3545
>             Project: Phoenix
>          Issue Type: Test
>            Reporter: Kevin Liew
>            Assignee: Kevin Liew
>              Labels: string
>             Fix For: 4.10.0
>
>
> Phoenix 4.5.0 had an issue parsing concatenated strings in a string function.
> {code}
> MessageText = "[Simba][Phoenix] (2160) RuntimeException: org.apache.phoenix.schema.TypeMismatchException: ERROR 203 (22005): Type mismatch. VARCHAR for (FIRST_NAME + ' ' + LAST_NAME) -> TypeMismatchException: ERROR 203 (22005): Type mismatch. VARCHAR for (FIRST_NAME + ' ' + LAST_NAME)"
> {code}



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