Steve Loughran created HADOOP-19524: ---------------------------------------
Summary: bulk delete must fully qualify paths before validating them Key: HADOOP-19524 URL: https://issues.apache.org/jira/browse/HADOOP-19524 Project: Hadoop Common Issue Type: Bug Components: fs Affects Versions: 3.4.1 Reporter: Steve Loughran noticed this with iceberg. If you have a path("/a/b/c") where you get the fs, you get a qualified uri back ("file://"). but if you call bulkdelete on the path, it fails as the path isn't under file:// fix: qualify the path under the fs. -- This message was sent by Atlassian Jira (v8.20.10#820010) --------------------------------------------------------------------- To unsubscribe, e-mail: common-dev-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-dev-h...@hadoop.apache.org