Zsolt Miskolczi created HIVE-26455:
--------------------------------------
Summary: 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
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)