Uploaded image for project: 'Phoenix'
  1. Phoenix
  2. PHOENIX-3730

Handle unspecified precision and scale for VARCHAR and VARBINARY in Phoenix-Calcite

    XMLWordPrintableJSON

Details

    • Bug
    • Status: In Progress
    • Major
    • Resolution: Unresolved
    • None
    • None
    • None

    Description

      Phoenix represents unspecified precision and scale as null values whereas Calcite defines the following:

        int SCALE_NOT_SPECIFIED = Integer.MIN_VALUE;
        int PRECISION_NOT_SPECIFIED = -1;
      

      Attachments

        1. PHOENIX-3730.patch
          5 kB
          Kevin Liew

        Issue Links

          Activity

            People

              kliew Kevin Liew
              kliew Kevin Liew
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated: