Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
1.1.0
-
None
-
None
Description
re-produce steps:
- create a new hive table T1 (without any partition)
- persist some data into T1
- create a new hive table T2 (without any partition)
- alter table T2 set location path-to-T1-HDFS-folder
expected result:
The metadata of T2 is changed accordingly
actual resut:
The metadata of T2 is not changed
even after running the commands:
analyze table T2 compute statistics (only the number of rows was updated)
msck repair table T2 (no effect)