[ https://issues.apache.org/jira/browse/HIVE-26455?focusedWorklogId=842402&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-842402 ]
ASF GitHub Bot logged work on HIVE-26455: ----------------------------------------- Author: ASF GitHub Bot Created on: 31/Jan/23 00:22 Start Date: 31/Jan/23 00:22 Worklog Time Spent: 10m Work Description: github-actions[bot] closed pull request #3798: HIVE-26455: Remove powermock from hive-exec URL: https://github.com/apache/hive/pull/3798 Issue Time Tracking ------------------- Worklog Id: (was: 842402) Time Spent: 1h (was: 50m) > Remove PowerMockito from hive-exec > ---------------------------------- > > Key: HIVE-26455 > URL: https://issues.apache.org/jira/browse/HIVE-26455 > Project: Hive > Issue Type: Improvement > Components: Hive > Reporter: Zsolt Miskolczi > Assignee: Zsolt Miskolczi > Priority: Minor > Labels: pull-request-available > Time Spent: 1h > Remaining Estimate: 0h > > PowerMockito is a mockito extension that introduces some painful points. > The main intention behind that is to be able to do static mocking. Since its > release, mockito-inline has been released, as a part of the mockito-core. > It doesn't require vintage test runner to be able to run and it can mock > objects with their own thread. > The goal is to stop using PowerMockito and use mockito-inline instead. > > The affected packages are: > * org.apache.hadoop.hive.ql.exec.repl > * org.apache.hadoop.hive.ql.exec.repl.bootstrap.load > * org.apache.hadoop.hive.ql.exec.repl.ranger; > * org.apache.hadoop.hive.ql.exec.util > * org.apache.hadoop.hive.ql.parse.repl > * org.apache.hadoop.hive.ql.parse.repl.load.message > * org.apache.hadoop.hive.ql.parse.repl.metric > * org.apache.hadoop.hive.ql.txn.compactor > > -- This message was sent by Atlassian Jira (v8.20.10#820010)