Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Fresh Install: InitSchema
1. Tables SYSDB.TAB_COL_STATS and SYSDB.PART_COL_STATS
Select * from the above tables:
Upgrade Hive Schema from 3.2.0 to 4.1.0:
Select * on the tables fails post upgrade
Inconsistency in columns:
1. Missing column Engine in upgrade Path.
Looks like missed from HIVE-22046
2. Redundant columns which got removed as part of HIVE-27725 is not handled in the upgrade path
TAB_COL_STATS - DB_NAME and TABLE_NAME
PART_COL_STATS - DB_NAME, TABLE_NAME and PARTITION_NAME
2. Table SYSDB.SCHEDULED_QUERIES **
- Missing column ACTIVE_EXECUTION_ID - Looks like missed from HIVE-22872
After Upgrade:
Fresh install:
3. SYSDB.KEY_CONSTRAINTS
- Missing column constraint PARENT_TBL_ID - Looks like missed in
HIVE-22728
Fresh Path:
Upgrade Path:
Attachments
Attachments
Issue Links
- links to