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 2017/03/11 04:00:07 UTC

[jira] [Updated] (PHOENIX-3730) Handle unspecified precision and scale for VARCHAR and VARBINARY in Phoenix-Calcite

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

Kevin Liew updated PHOENIX-3730:
--------------------------------
    Attachment: PHOENIX-3730.patch

[~rajeshbabu], [~maryannxue] please review the patch

> Handle unspecified precision and scale for VARCHAR and VARBINARY in Phoenix-Calcite
> -----------------------------------------------------------------------------------
>
>                 Key: PHOENIX-3730
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-3730
>             Project: Phoenix
>          Issue Type: Bug
>            Reporter: Kevin Liew
>            Assignee: Kevin Liew
>              Labels: calcite
>         Attachments: PHOENIX-3730.patch
>
>
> Phoenix represents unspecified precision and scale as null values whereas Calcite defines the following:
> {code:java}
>   int SCALE_NOT_SPECIFIED = Integer.MIN_VALUE;
>   int PRECISION_NOT_SPECIFIED = -1;
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)