anishek created HIVE-17484: ------------------------------ Summary: Bootstrap load should no have metadata only operations for partitions Key: HIVE-17484 URL: https://issues.apache.org/jira/browse/HIVE-17484 Project: Hive Issue Type: Improvement Components: HiveServer2 Affects Versions: 3.0.0 Reporter: anishek Assignee: anishek Fix For: 3.0.0
Currently since the code path for bootstrap load and import has been separated, there is redundant code in the repl boostrap load code path where in LoadPartitions looks for {{replicationSpec.isMetadataOnly()}} which should never happen. Something similar also happens while bootstrap dump. Look at the relevant code paths to clean up code and remove zombie code. -- This message was sent by Atlassian JIRA (v6.4.14#64029)