[
https://issues.apache.org/jira/browse/HIVE-22174?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16924525#comment-16924525
]
Hive QA commented on HIVE-22174:
--------------------------------
Here are the results of testing the latest attachment:
https://issues.apache.org/jira/secure/attachment/12979652/HIVE-22174.01.patch
{color:red}ERROR:{color} -1 due to no test(s) being added or modified.
{color:red}ERROR:{color} -1 due to 1 failed/errored test(s), 16746 tests
executed
*Failed tests:*
{noformat}
org.apache.hadoop.hive.ql.security.TestAuthorizationPreEventListener.testListener
(batchId=276)
{noformat}
Test results:
https://builds.apache.org/job/PreCommit-HIVE-Build/18478/testReport
Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/18478/console
Test logs: http://104.198.109.242/logs/PreCommit-HIVE-Build-18478/
Messages:
{noformat}
Executing org.apache.hive.ptest.execution.TestCheckPhase
Executing org.apache.hive.ptest.execution.PrepPhase
Executing org.apache.hive.ptest.execution.YetusPhase
Executing org.apache.hive.ptest.execution.ExecutionPhase
Executing org.apache.hive.ptest.execution.ReportingPhase
Tests exited with: TestsFailedException: 1 tests failed
{noformat}
This message is automatically generated.
ATTACHMENT ID: 12979652 - PreCommit-HIVE-Build
> Clean up Drop Partition
> -----------------------
>
> Key: HIVE-22174
> URL: https://issues.apache.org/jira/browse/HIVE-22174
> Project: Hive
> Issue Type: Sub-task
> Components: Hive
> Reporter: Miklos Gergely
> Assignee: Miklos Gergely
> Priority: Major
> Labels: pull-request-available, refactor-ddl
> Fix For: 4.0.0
>
> Attachments: HIVE-22174.01.patch
>
> Time Spent: 10m
> Remaining Estimate: 0h
>
> There are many complex drop partition and drop partitions operations in
> Hive.java, most of them are not used by anyone inside or outside of Hive. The
> unused codes should be removed, and the remaining code should be as simple as
> possible, calling dropPartition(s) operation at the metastore client. Also
> the AlterTableDropPartitionDesc class should not be exposed here.
--
This message was sent by Atlassian Jira
(v8.3.2#803003)