Uploaded image for project: 'Hive'
  1. Hive
  2. HIVE-5564

Need to accomodate table decimal columns that were defined prior to HIVE-3976

    XMLWordPrintableJSON

Details

    • Task
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 0.13.0
    • 0.13.0
    • Types
    • None

    Description

      With HIVE-3976, decimal columns are stored with precision/scale, such as decimal(17,5), as the type name. However, such columns defined in hive prior to HIVE-3976 have a name as "decimal". Those columns need to continue to work with a precision/scale as (10,0), per the functional doc. With patch in HIVE-3976, we may get the following error message in such case:

      0: jdbc:hive2://localhost:10000> desc dec;
      Error: Error while processing statement: FAILED: RuntimeException Decimal type is specified without length: decimal:int (state=42000,code=40000)
      

      This issue will be addressed in this JIRA as a follow-up task.

      Attachments

        1. HIVE-5564.patch
          6 kB
          Xuefu Zhang
        2. HIVE-5564.4.patch
          13 kB
          Xuefu Zhang
        3. HIVE-5564.3.patch
          12 kB
          Xuefu Zhang
        4. HIVE-5564.2.patch
          12 kB
          Xuefu Zhang
        5. HIVE-5564.1.patch
          6 kB
          Xuefu Zhang

        Issue Links

          Activity

            People

              xuefuz Xuefu Zhang
              xuefuz Xuefu Zhang
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: