saihemanth-cloudera commented on code in PR #4123:
URL: https://github.com/apache/hive/pull/4123#discussion_r1152931417
##########
standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/RawStore.java:
##########
@@ -459,16 +459,15 @@ boolean doesPartitionExist(String catName, String dbName,
String tableName,
* @param catName catalog name.
* @param dbName database name.
* @param tableName table name.
- * @param part_vals list of partition values.
+ * @param partName partition name.
* @return true if the partition was dropped.
* @throws MetaException Error accessing the RDBMS.
* @throws NoSuchObjectException no partition matching this description
exists
* @throws InvalidObjectException error dropping the statistics for the
partition
* @throws InvalidInputException error dropping the statistics for the
partition
*/
- boolean dropPartition(String catName, String dbName, String tableName,
- List<String> part_vals) throws MetaException, NoSuchObjectException,
InvalidObjectException,
- InvalidInputException;
+ boolean dropPartition(String catName, String dbName, String tableName,
String partName)
Review Comment:
I'm Ok with your current changes(a new api in the raw store).
--
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]