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)

Reply via email to