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

   ### What changes were proposed in this pull request?
   1. invoke high performance `add_partitions_core` function in 
`add_partitions_pspec` API.
   2. deprecated `RawStore#addPartitions(String, String, String, 
PartitionSpecProxy, boolean)`, which can be replaced by high performance api.
   3. normalize the audit log of `add_partitions_xxx` API.
   
   
   ### Why are the changes needed?
   1. performance improvement for `add_partitions_pspec` API.
   2. normalize audit log for `add_partitions_xxx` API by `startTableFuntion` 
to include table information.
   
   
   ### Does this PR introduce _any_ user-facing change?
   No.
   
   ### Is the change a dependency upgrade?
   No.
   
   ### How was this patch tested?
   Passing existing unit tests: `TestAddPartitionsFromPartSpec`.
   


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