You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2019/09/06 11:20:00 UTC

[jira] [Work logged] (HIVE-22174) Clean up Drop Partition

     [ https://issues.apache.org/jira/browse/HIVE-22174?focusedWorklogId=307764&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-307764 ]

ASF GitHub Bot logged work on HIVE-22174:
-----------------------------------------

                Author: ASF GitHub Bot
            Created on: 06/Sep/19 11:19
            Start Date: 06/Sep/19 11:19
    Worklog Time Spent: 10m 
      Work Description: miklosgergely commented on pull request #761: HIVE-22174 Clean up Drop Partition (Miklos Gergely reviewd by Jesus Camacho Rodriguez)
URL: https://github.com/apache/hive/pull/761
 
 
   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.
   
   Also removed some other unused private methods from Hive.java, and an import with '*'.
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Issue Time Tracking
-------------------

            Worklog Id:     (was: 307764)
    Remaining Estimate: 0h
            Time Spent: 10m

> 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)