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 03:54:04 UTC

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

Kevin Liew created PHOENIX-3730:
-----------------------------------

             Summary: 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


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)