[
https://issues.apache.org/jira/browse/HIVE-26455?focusedWorklogId=828503&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-828503
]
ASF GitHub Bot logged work on HIVE-26455:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 23/Nov/22 21:05
Start Date: 23/Nov/22 21:05
Worklog Time Spent: 10m
Work Description: sonarcloud[bot] commented on PR #3798:
URL: https://github.com/apache/hive/pull/3798#issuecomment-1325656320
Kudos, SonarCloud Quality Gate passed! [](https://sonarcloud.io/dashboard?id=apache_hive&pullRequest=3798)
[](https://sonarcloud.io/project/issues?id=apache_hive&pullRequest=3798&resolved=false&types=BUG)
[](https://sonarcloud.io/project/issues?id=apache_hive&pullRequest=3798&resolved=false&types=BUG)
[0
Bugs](https://sonarcloud.io/project/issues?id=apache_hive&pullRequest=3798&resolved=false&types=BUG)
[](https://sonarcloud.io/project/issues?id=apache_hive&pullRequest=3798&resolved=false&types=VULNERABILITY)
[](https://sonarcloud.io/project/issues?id=apache_hive&pullRequest=3798&resolved=false&types=VULNERABILITY)
[0
Vulnerabilities](https://sonarcloud.io/project/issues?id=apache_hive&pullRequest=3798&resolved=false&types=VULNERABILITY)
[](https://sonarcloud.io/project/security_hotspots?id=apache_hive&pullRequest=3798&resolved=false&types=SECURITY_HOTSPOT)
[](https://sonarcloud.io/project/security_hotspots?id=apache_hive&pullRequest=3798&resolved=false&types=SECURITY_HOTSPOT)
[0 Security
Hotspots](https://sonarcloud.io/project/security_hotspots?id=apache_hive&pullRequest=3798&resolved=false&types=SECURITY_HOTSPOT)
[](https://sonarcloud.io/project/issues?id=apache_hive&pullRequest=3798&resolved=false&types=CODE_SMELL)
[](https://sonarcloud.io/project/issues?id=apache_hive&pullRequest=3798&resolved=false&types=CODE_SMELL)
[9 Code
Smells](https://sonarcloud.io/project/issues?id=apache_hive&pullRequest=3798&resolved=false&types=CODE_SMELL)
[](https://sonarcloud.io/component_measures?id=apache_hive&pullRequest=3798&metric=coverage&view=list)
No Coverage information
[](https://sonarcloud.io/component_measures?id=apache_hive&pullRequest=3798&metric=duplicated_lines_density&view=list)
No Duplication information
Issue Time Tracking
-------------------
Worklog Id: (was: 828503)
Time Spent: 40m (was: 0.5h)
> 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: 40m
> 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)
