Karen Coppage created HIVE-22592: ------------------------------------ Summary: Remove redundant calls to AcidUtils#getAcidState in Worker and CompactorMR Key: HIVE-22592 URL: https://issues.apache.org/jira/browse/HIVE-22592 Project: Hive Issue Type: Improvement Affects Versions: 4.0.0 Reporter: Karen Coppage Assignee: Karen Coppage
AcidUtils#getAcidState is called in the Worker before CompactorMR#run and again inside CompactorMR#run. Since it's costly to call, we can pass the value as an argument to CompactorMR#run. -- This message was sent by Atlassian Jira (v8.3.4#803005)