You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Karen Coppage (Jira)" <ji...@apache.org> on 2020/02/04 14:14:00 UTC

[jira] [Created] (HIVE-22826) ALTER TABLE RENAME COLUMN doesn't update list of bucketed column names

Karen Coppage created HIVE-22826:
------------------------------------

             Summary:  ALTER TABLE RENAME COLUMN doesn't update list of bucketed column names
                 Key: HIVE-22826
                 URL: https://issues.apache.org/jira/browse/HIVE-22826
             Project: Hive
          Issue Type: Bug
            Reporter: Karen Coppage
         Attachments: unitTest.patch

Compaction for tables where a bucketed column has been renamed fails since the list of bucketed columns in the StorageDescriptor doesn't get updated when the column is renamed, therefore we can't recreate the table correctly during compaction.

Attached a unit test that fails.

NO PRECOMMIT TESTS



--
This message was sent by Atlassian Jira
(v8.3.4#803005)