wecharyu commented on code in PR #6006:
URL: https://github.com/apache/hive/pull/6006#discussion_r2407362435
##########
ql/src/java/org/apache/hadoop/hive/ql/metadata/SessionHiveMetaStoreClient.java:
##########
@@ -2215,9 +2215,7 @@ private boolean deletePartitionLocation(Partition
partition, boolean purgeData)
Path path = getWh().getDnsPath(new Path(location));
try {
do {
- if (!getWh().deleteDir(path, true, purgeData, false)) {
- throw new MetaException("Unable to delete partition at " +
location);
Review Comment:
Revert to original behavior.
--
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]