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

Hive Column Data Type definition in schema limited to 4000 characters - too small

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 2.3.0, 3.0.0
    • Hive
    • None

    Description

      The data type definitions in the table schema are limited to 4K characters - as per the code here: https://github.com/apache/hive/tree/master/metastore/scripts/upgrade/derby

      I checked quickly and all meta stores have similar schema definition for the column type.

      Is there any reason why this limit is low? We had a table that had defined a struct, which had over 200 columns and the column names were rather verbose (for readability). This caused a non-obvious failure like
      FAILED: IllegalArgumentException Error: : expected at the end of 'string:array<struct<xyz:string, .....'. Is it possible to make this configurable or at least increase it to something much higher?

      Additionally, there is no validation error that communicates this limitation to the user, it required non-trivial debugging and looking into the table definitions when it failed trying to parse what was essentially a truncated type.

      Attachments

        Issue Links

          Activity

            People

              ngangam Naveen Gangam
              lakshminaarayanan.r@gmail.com Lakshmi Ramakrishnan
              Votes:
              4 Vote for this issue
              Watchers:
              9 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: