atlas icon indicating copy to clipboard operation
atlas copied to clipboard

fix rename table with diff db bugs

Open CanGuan opened this issue 4 years ago • 1 comments

Fix rename table bugs like: ALTER TABLE db_name.test_1 RENAME TO db_name1.test_1;

CanGuan avatar Jun 21 '21 06:06 CanGuan

Can you please provide more context about the usecase and how this patch helps?

When user rename hive table with other db name by executing: ALTER TABLE db1.table RENAME TO db2.table

HMS hook will send ALTERTABLE_PROPERTIES event msg instead of ALTERTABLE_RENAME (HiveMetastoreHookImpl#onAlterTable), causing old table still cant be found.

CanGuan avatar Jun 23 '21 02:06 CanGuan