wecharyu opened a new pull request, #4123:
URL: https://github.com/apache/hive/pull/4123

   ### What changes were proposed in this pull request?
   We want to reuse the `dropPartitionsInternal()` method for 
`drop_partition_common` api to enjoy the high performance, to achieve this we 
will refactor the `RawStore#dropPartition` api.
   
   
   ### Why are the changes needed?
   1. support direct sql for drop single partition
   2. reduce one query to the DB, that is MPartition query in 
`ObjectStore#dropPartition`
   
   
   ### Does this PR introduce _any_ user-facing change?
   No
   
   
   ### How was this patch tested?
   Pass all existing tests.
   


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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to