miklosgergely opened a new 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:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to