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

Changing a column's type doesn't change column stats type in metastore

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 1.2.0
    • None
    • None

    Description

      If I have a table at, with a column id of type DOUBLE, the metastore will have an entry in TAB_COL_STATS something like:

      hive_ms=> select "TABLE_NAME", "COLUMN_NAME", "COLUMN_TYPE" from "TAB_COL_STATS" WHERE "TBL_ID" = 1341 AND "COLUMN_NAME" = 'id';
       TABLE_NAME | COLUMN_NAME | COLUMN_TYPE
      ------------+-------------+-------------
       at         | id          | DOUBLE
      

      If in Hive I then do:

      hive> alter table at change column id id int;

      The COLUMN_TYPE column does not change in the metastore. This means that any subsequent attempts to change the column statistics through the metastore client via updateTableColumnStatistics() will silently fail.

      Attachments

        Issue Links

          Activity

            People

              ctang Chaoyu Tang
              henryr Henry Robinson
              Votes:
              0 Vote for this issue
              Watchers:
              8 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: